How to determine if AudioEngine is outputting 24 bits?
#1
I'm using an Nvidia card to connect via HDMI. Trying to determine what is going on in the background with the audio processing. I have an output from debugging, it appears that it is working as expected but I see some lines that make me second guess this. I'm trying to play 24/192 FLAC and my preamp shows it is recieving 192khz LPCM, but I have no way to verify it is 24 bits, or that the stream is not otherwise being manipulated.

Reply
#2
Check the debug log.
Reply
#3
http://xbmclogs.com/show.php?id=5002

log file..
Reply
#4
Line 42,48,49 look like it's doing the right thing. As does 53-61. But then on 108 "Converting from AE_FMT_S24NE3 to AE_FMT_FLOAT" makes me think something is wrong and it's doing some additional processing to the file. Then line 228 it says it's doing 44.1k. I'm a bit confused as to the handshake process going on here.
Reply
#5
It's converting the audio to 32 bits, and the samplerate it uses is the native samplerate of the file you're playing.
Reply

Logout Mark Read Team Forum Stats Members Help
How to determine if AudioEngine is outputting 24 bits?0