AudioOutputUnit and its AudioDevice
AudioOutputUnit and its AudioDevice
- Subject: AudioOutputUnit and its AudioDevice
- From: Christof Faller <email@hidden>
- Date: Thu, 30 Aug 2001 06:59:24 -0400
Hi Roger,
I split the e-mail in two parts, since I felt it was getting long.
This is another solution to the buffer problem I tried, but
I did not get it to work yet.
To change the buffer size of the AudioOutputUnit I accessed
its AudioDeviceID and changed the device buffer size prior
to starting the AudioOutputUnit up. However this had no
effect.
I have a suspicion why it did not work:
I could not get the channel number which the audio device
associates with my AudioOutputUnit. Therefore there is no
save way for changing the buffersize of the AudioOutputUnit.
Does anyone have a suggestion, or experience with changing
audio device properties of an audio device associated with an
AudioOutputUnit???
Thanks,
Chris