automatic sample rate and size conversion?
automatic sample rate and size conversion?
- Subject: automatic sample rate and size conversion?
- From: Joe Chang (ììí) <email@hidden>
- Date: Fri, 18 Jan 2002 14:17:14 +0900
I have a USB audio interface which has 2 channel digital (optical)
output.
When I plug it, HAL device information says its stream supports 44.1 and
48kHz and 24bit LPCM, and this is correct.
The question is:
Suppose the current stream format is set to 48kHz, 24bits.
I'm wondering what happens if I use NSSound to play a 44.1kHz, 16bit
sound file through this device.
This device will produce 44.1kHz, 16bit samples or 48kHz, 24bit samples?
If it's converted to the current device setting, is this done
automatically by NSSound or HAL?
TIA,
Joe