Skip to main content
Participant
November 5, 2009
Question

How to record audio (dj app)?

  • November 5, 2009
  • 1 reply
  • 546 views

I want to create dj mixer aplication (AS2).
Something like this: http://activeden.net/item/dj-mixer/10276

How I can record sound?

Thanks!

    This topic has been closed for replies.

    1 reply

    November 5, 2009

    Unfortunately, you can't attach anything other than a microphone to a netstream (although it would be really nice if we could attach a sound object). The only way I know of to record other audio sources is to set the sound card's output as the recording device from the OS sound mixer, but the user would have to do that... the actionscript API has no access to local sound settings.