INTERACT FORUM
More => Old Versions => Media Center 11 (Development Ended) => Topic started by: jgreen on March 07, 2006, 04:31:57 pm
-
Just checking here. If I have a long line of operations in the DirectX Host, for example, are the operations calculated in 32 bits, summed in 32 bits, and then applied to the track? I mean, we're not rounding to 16 bits after each function, are we?
-
Everything is 32-bit until the final output to the soundcard, including the DSP chain.
The DirectX Host plugin would only convert if a filter didn't support 32-bit input. (which is rare)