Skip to main content
Participant
March 23, 2007
Question

Capture Sound from Soundcard AND Mic

  • March 23, 2007
  • 1 reply
  • 323 views
Hi,
My idea is to make an application to record songs on the fly. That is a user can play a song from my library and with his mic to sing along with the song. Now i want to capture those two signals (the sound from the player and the sound from the mic and record it with FMS to one .flv file.

The way to capture the mic's sound i know, what i don't know is how to capture the sound produced by the player.
Is there any way to record the souncards output through flash or do i have to do some sort of stream that specific sound to fms.

Thanks in advance
Dimitris
    This topic is closed to new replies. Start a new post to keep the conversation going.

    1 reply

    March 23, 2007
    On windows, you can use the sound card's mixer to set the audio source. In the recording view of the mixer, select the channels you want to record, or choose the "stereo mix". Unfortunately, this can't be done programatically through actionscript .

    I don't know if it can be done on a Mac, as there isn't a sound card to speak of.