For some reason we need copy the audio output data to a certain destination in the memory. But the only desired output format should be in 48KHz as the sample rate and 24 bits per frame as the bit-depths.
I am wondering how can I archive this?
- Is there a way to directly control the output specs?
- If not, how do I know the current output bit-depths, (I know I can use the AudioSettings.outputSampleRate to get the sample rate), I need this to convert to my desired format.
Thanks