Re: Get selectRecordInput to show output channels in "input" pop-up
Re: Get selectRecordInput to show output channels in "input" pop-up
- Subject: Re: Get selectRecordInput to show output channels in "input" pop-up
- From: James Udo Ludtke <email@hidden>
- Date: Mon, 5 Dec 2005 15:26:45 -0500
Thanks Brad,
What I want to do, is to modify my application to create a sound file
of the sound stream generated within the application. I was only
using WhackedTV to learn how to do that, and possible re-use some of
the code from WhackedTV.
If coreaudio does not let me write a file from an output device then
I would have to direct the sound stream I generate into an input
device to be able to record it.
My present application selects the output device for its sound stream
using:
err = AudioHardwareGetProperty
(kAudioHardwarePropertyDefaultOutputDevice, &count, (void *) &device);
and the sound, as expected, appears in line out.
However, when I tried to direct my sound stream to an input device
using:
err = AudioHardwareGetProperty
(kAudioHardwarePropertyDefaultInputDevice, &count, (void *) &device);
the programme compiles and runs without an error, but the sound still
appears only at the line out device and not at the input device.
Udo
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden