Re: Is it possible to change audio data scale
Re: Is it possible to change audio data scale
- Subject: Re: Is it possible to change audio data scale
- From: Doug Wyatt <email@hidden>
- Date: Tue, 8 Jun 2004 08:22:10 -0700
You can either:
[a] use the AudioDevice API's to determine the device's native format,
put it in hog mode, and be prepared for there not being a native format
you know how to deal with
[b] use AUHAL for input, receive floats, and use an AudioConverter to
convert from float to int.
[b] is much easier.
Doug
On Jun 8, 2004, at 4:25, Timo Rantala wrote:
Hi,
It seem to be, when I read audio input,
scale is -1.00 ..+1.00 (float).
(I have usb audio device, which give 24bit.)
Is it possible to configurate audio input,
that I can read correctly 24bit integer numbers ??????
How can I do it ???
_______________________________________________
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.