Hi
I’m trying to record audio in 24 bit in my application but I can’t seem to figure out how to change the bit-resolution from 16 bit to something higher (for example 24 bit)!
Any hints?
Cheers
Thomas
Hi
I’m trying to record audio in 24 bit in my application but I can’t seem to figure out how to change the bit-resolution from 16 bit to something higher (for example 24 bit)!
Any hints?
Cheers
Thomas
You don’t need to set the bit-depth - the audio device will use the best depth it can, and you get the data as floating point.
Thanks for the reply. Sounds good!
Thomas