A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Microphone settings

  1. #1
    Junior Member
    Join Date
    Dec 2013
    Posts
    22

    Microphone settings

    guys i searched high and low all over the internet and couldn't find this. I need to filter out games sound so it isn't picked up by i mic i have a game controlled by mic and on laptops it controls itself. So is there a way to set up the mic to not pickup games sound?

  2. #2
    . fruitbeard's Avatar
    Join Date
    Oct 2011
    Posts
    1,780
    Hi,

    I don't know about AS2, but AS3 you can use

    var snd1:Sound = new Sound();
    var channel1:SoundChannel = new SoundChannel();

    var snd2:Sound = new Sound();
    var channel2:SoundChannel = new SoundChannel();

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center