Skip to main content
Participant
September 2, 2009
Question

Is this possible??

  • September 2, 2009
  • 1 reply
  • 708 views

I want to create a video chat application between 2 people and I want to record the dialouge between the two people to one audio file, so both of then can play back the dialouge at a later time.

Can you give me guidance on how to approach this?

    This topic has been closed for replies.

    1 reply

    September 3, 2009

    FMS has no means of combining separate streams into a single stream. You'll need to record them separately, and try to sync them on playback (or use another program to extract the audio and mix them into a single audio file)