I was playing with Jack, and I noticed that the default audio type JACK_DEFAULT_AUDIO_TYPE
is set to "32 bit float mono audio".
I'm a bit confused: IEEE defines 32-bit C float range approximately from 3.4Eā38 to 3.4E+38, and I was wondering what is the maximum and minimum "undistorted" amplitude that a jack_default_audio_sample_t
can hold with that audio type. For example, if some DSP algorithm gives me samples in the range [0,1], how can I correctly convert between them and Jack's format?