Re: [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 23:31:21
|
damn it I meant to send the aup3 file. it does not matter you can run it on any aup3 file it only reads Sent with [ProtonMail](https://protonmail.com) Secure Email. ‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ On Tuesday, March 23, 2021 7:29 PM, freddyjohn <fre...@pr...> wrote: > Sorry I did not know 32 bit wav exists I changed my wav header accordingly but it still does not sound correct. Am I an idiot or am I missing something about these blocks? > > Sent with [ProtonMail](https://protonmail.com) Secure Email. > > ‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ > On Tuesday, March 23, 2021 6:25 PM, freddyjohn via audacity-devel <aud...@li...> wrote: > >> 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 |