Re: Still stuck on sample rate changes to input.
Re: Still stuck on sample rate changes to input.
- Subject: Re: Still stuck on sample rate changes to input.
- From: Chris Reed <email@hidden>
- Date: Mon, 27 Oct 2003 10:46:34 -0600
On Oct 26, 2003, at 1:12 AM, Michael Bonnice wrote:
I used the property selectors that Jeff Moore showed in his recent
reply and it seems the number of available samples rates for the line
in is still limited to 44100. The code below returns:
found 1 ranges
For range 0, range is 44100.0 - 44100.0
Why doesn't the line input device have more available sample rates?
Because the hardware doesn't support it.
That's why I suggested that you use an AudioConverter to convert from
the hardware's sample rate to whatever rate you want to run your FFT
at.
-chris
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.