Ask a Question related to Macromedia Director Basics, Design and Development.

  1. #1

    Default Audio Channel

    Hi,

    I wonder if Director have the capability to output more than 2 channels of
    audio. Sort of like using 5.1 sorround sound. Is there any extra that enable
    Director to do that? I am trying to make this presentation with 3 different
    languages speaking at the same time through 3 different speakers.

    Thanks,

    magritte_deau

    magritte_deau Guest

  2. Similar Questions and Discussions

    1. linux flash player 9, audio out ok, audio in ko, videoin ko
      hello! I try to use wengomeeting, a website for videoconferences (5 peoples max) and I have problem with linux version the flash player is...
    2. Audio Stream distorted when passing audio streams to/from mac andpc
      We are having the oddest problem. We have a video conference room of sorts, where a main moderator has video/audio to all other users. All other...
    3. Sync of Recording Audio with an Audio Stream
      Hello, I badly need advice/ views/pointers to information on how one can record through the MIC and maintain syncronization with another file...
    4. audio test / earcons = audio icons in director
      hi, we have implemented an short usability test about EARCONS (= audio icons). it was done with director and if you are interested try it. it...
    5. Texture channel
      Can anyone tell me what the texture channel is/does and how to use/get it? Also, I would like to know how to paint a texture onto an image. Thanks!
  3. #2

    Default Re: Audio Channel

    Hi...
    Let me get this straight....you want your presentation to have 3 audio
    channels ??...is that it ?...then you needn't want 5.1 audio for that., all you
    need is to play 3 audio tracks seperately...but more than playing them at the
    same time..you can :

    1. Either give the user a choice of the language (audio) he wants to hear and
    run the presentation on that selected choice.

    2. Run 3 different versions of your presentation with different audio tracks
    on different computers.

    Rather than playing all the 3 language tracks at the same time, this approach
    is much better. Is this what you wanted ?...

    vij010 Guest

  4. #3

    Default Re: Audio Channel

    vij010, those are good ideas, but wont do it in my circumstances. I need it to play from 1 cumputer and play all the audios simultaneously.
    magritte_deau Guest

  5. #4

    Default Re: Audio Channel

    Don't use the score channels for sound - if you use Lingo you can use up to
    8 at a time. sound(1).play(member("asound")) or
    sound(8).play(member("asound"))

    --


    Dave
    [url]http://www.blurredistinction.com/director[/url]


    Dave Mennenoh Guest

  6. #5

    Default Re: Audio Channel

    Have a look at the directsound xtra from [url]www.directxtras.com[/url] - ISTR it can do
    that.

    Andrew

    Andrew Morton Guest

  7. #6

    Default Re: Audio Channel

    You can use up to 8 channels of audio with lingo. Score only have 2. See
    sound( ) in help.


    Alberto Casanova Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139