You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 7, 2024. It is now read-only.
I've spend a some time figuring it out but wav file read is normalized...
To me (as an acoustic engineer) it makes absolutely no sense :)
Especially since there are some calibrate_to and calibrate_with functions.
Am I missing something ? Why would you normalize on import ?
I ended up with the following code to read from the wave file :
This works with S16_LE, S32_LE, S24_3LE formats (using the ALSA labelling) but would fail with S24_LE or FLOAT_LE .
It would be nice to have any wav red as a float array in the end.
I would be happy to contribute, I just want to make sure I didn't misunderstand an intentional design choice.
Hi there !
I've spend a some time figuring it out but wav file read is normalized...
To me (as an acoustic engineer) it makes absolutely no sense :)
Especially since there are some
calibrate_toandcalibrate_withfunctions.Am I missing something ? Why would you normalize on import ?
I ended up with the following code to read from the wave file :
This works with
S16_LE,S32_LE,S24_3LEformats (using the ALSA labelling) but would fail withS24_LEorFLOAT_LE.It would be nice to have any wav red as a float array in the end.
I would be happy to contribute, I just want to make sure I didn't misunderstand an intentional design choice.