[Audacity-devel] Aup3 and blockfiles
A free multi-track audio editor and recorder
Brought to you by:
aosiniao
From: freddyjohn <fre...@pr...> - 2021-03-23 22:25:29
|
Hello, I am writing an application similar to audacity for android. I am currently working on the data structure to support editing. I was studying the old format with what I think was B-tree inside xml doc until I read the articles about 3.0 yesterday. It is a lot easier to reverse. But one thing I ask out of Curiosity, what is with the encoding for the block files? It looks like the samples are aligned in some pattern. If you drop the output of these files into HxD for example.It’s like this with spacing increasing linearly s1.s2 s100..s101 s200...s201 If you unpack these bytes as 32 bit float and graph the samples it looks like audio data. But if I multiply each sample by 32767 and throw on a wav header it sounds like the bytes are offset(very horrible noise you don’t want to be familiar with). So is there more going on in a blockfile than just raw audio data? If so why? Sent from ProtonMail Mobile |