• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Get selectRecordInput to show output channels in "input" pop-up
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: Get selectRecordInput to show output channels in "input" pop-up
      • From: Jeff Moore <email@hidden>
  • Prev by Date: Re: SupportedChannelLayoutTags
  • Next by Date: Re: Get selectRecordInput to show output channels in "input" pop-up
  • Previous by thread: Re: Get selectRecordInput to show output channels in "input" pop-up
  • Next by thread: Re: Get selectRecordInput to show output channels in "input" pop-up
  • Index(es):
    • Date
    • Thread