Voice and background music.

Is it possible to have the two narrative voices and background music in the same blade?  I would like music to start and then gradually fade when the begns voice speak.  I use Captivate 4 but will soon Captivate 6.

Thank you.

Hello

If you import the audio file of the slide, go to the properties of the slide and click on the tab "audio".

Looking for fade in and fade out options for audio.

Kind regards

Mukul

Tags: Adobe Captivate

Similar Questions

  • random animation + random sounds and background music

    Hi guys!

    I am new to AS3, but I have to do this project for the class, and I really don't understand how to do it.

    I searched the forums and the internet, but did not find a lot of information. I found most of this code on the Internet however, and while I understand very well, I master AS3 enough to program myself.
    Could you guys please help me a bit with this?

    That's what I'm trying to achieve:

    • Background music loop in the back, which begins with the opening of the swf file and never stops. I think I've realized that, with this piece of code:

    import flash.media.Sound;

    import flash.net.URLRequest;

    import flash.media.SoundChannel;

    BG music

    var music: Sound = new Sound (new URLRequest ("music1.mp3"));  same folder

    var sc:SoundChannel;

    SC = music.play ();

    One thing though: it would be cool to put in a loop, and I don't know how to do this.

    • I also need various small audio clips to play randomly above the aforementioned background music. I use this, which works a little, but I would like to have more control on the randomness. Ideally the clips should not play twice in a row. I don't know how to do this.

    import flash.media.Sound;

    import flash.net.URLRequest;

    import flash.media.SoundChannel;

    import flash.events.Event;

    songs of the var: Array = new Array ("sound1.mp3", "sound2.mp3");

    Sound: sound var;

    var soundChannel:SoundChannel;

    var randnum:uint;

    function playsong()

    {

    RandNum = Math.Floor (Math.Random () * Songs.Length);

    Sound = new Sound();

    Sound.load() (new URLRequest("sounds/"+songs[randnum]));

    soundChannel = sound.play();

    soundChannel.addEventListener (Event.SOUND_COMPLETE, playrandomsong);

    }

    function playrandomsong(e:Event)

    {

    playsong();

    }

    playsong();

    • Finally, I need to move from frame to frame at random to play different animations. For example:

    Project starts, background music starts playing, we hear random sounds played one after the other, while some animations are visible on the screen, playing in random order.
    I don't know how to do this.

    Thank you very much for your help! I'll try to find out on my own, but any help will be appreciated.

    use a Boolean value to prevent the execution of code:

    var alreadyExecuted:Boolean;

    {if(!alreadyExecuted)}

    alreadyExecuted = true;

    .

    . code you want to run only once, regardless of how many times this frame is entered

    .

    }

  • What happened to the window start Firefox with images and background chill music?

    Since the upgrade to a new computer running Windows 8 (64-bit) my start page of Mozilla has not all the themes of big picture and background chill options of music that I really enjoyed. How can I get that back?

    Hello, the themes of the photo and background music were never part of the homepage by default in firefox - maybe you had a personalized homepage or an addon on your old computer to achieve - if you find that you have used before it will be certainly possible to set up the same way on your new pc...

  • Background music does not make in the final export

    I spent hours trying to figure this problem without success.

    I am doing a project in creation that has the music videos 2, another track for sound effects and another track for background music.

    The background music plays and is audible during the preview and in the project, but it NEVER makes it to export final (H.264) no matter what I do.

    I try to switch the sound effects and background music, background music is therefore on track 3 with sound effects on track 4 and sound effects through the fine but is not background music.

    I tried with both versions of the background music the .wav and .mp3 and niether work, can somone please explain it to me and possibly propose a solution?

    I had a quick glance at this project. The problem is the variation of the extreme speed of the music, your clips is 1/20 of the original speed. I did the work by reducing the speed of the music of 50%, the music video for nesting and by reducing the speed of the nest to 10%. Hope this works for you.

  • Speech and voice barely audible, loud background music.

    I can't watch any type of movie or clip, like any speech is not audible on the background music or other sounds. It is on my pc. Also, when you test a surround sound, all the tests sounds came from my left speaker.

    Hi Jens,

    1. do you get any error message when the sound fails?

    2. What is the format of these audio files?

    3. were there any changes (hardware or software) to the computer before the show?

    Sound problems can be caused by cables that are not connected properly, damaged drivers, incompatible drivers, sound settings, missing updates and problems with your sound card.

    Method 1: Download and install the Fixit from the link below and see if the Audio works.

    Diagnose and automatically fix the audio problems and audio playback

    Method 2: Proceed as from the link below and check if Audio works.

    http://Windows.Microsoft.com/en-us/Windows/no-sound-help?T1=tab02#no-sound=Windows-7&V1H=win8tab1&V2H=win7tab1&V3H=winvistatab1&v4h=winxptab1

    Answer please if you have any questions.

  • How can I control the volume of a voice in a video + background music

    I would like to control the volume of a person speaking in a video and the volume of the background music independently of each other with two volume bars. The problem seems to control the voice of the video.

    What I can do... but not really wanted to do:
    (1) control the volume on voice and music at the same time (but not independently)
    (2) control the music but no voice

    Here is the actionscript code that controls music. The ActionScript of voices is considered as being almost totally similar.

    I use Flash 8. (Any flv) video name is LD

    bgSound2 = new Sound (this);
    bgSound2.attachSound ("Guitar");
    bgSound2.start (0, 99);
    bgSound2.setVolume (0);
    playB.enabled = false;
    slider2.slideBar2._x = 20;
    slider2.slideBar2.onEnterFrame = function() {}
    bgSound2.setVolume (0-(this._x));
    };
    slider2.slideBar2.onPress = function() {}
    startDrag (this, false, 280, this ._y, 0, this ._y);
    };
    slider2.slideBar2.onRelease = slider2.slideBar2.onReleaseOutside = function () {}
    stopDrag();
    };
    stopB.onRelease = function() {}
    bgSound2.stop ();
    playB.enabled = true;
    stopB.enabled = false;
    gotoAndStop ("playB");
    };
    playB.onRelease = function() {}
    bgSound2.start (0, 99);
    playB.enabled = false;
    stopB.enabled = true;
    } ; stop();

    Thank you
    Jens

    Thanks A.Arun,

    Here's what I did
    My "quick" fix was to place the two sounds, actionscripts to _root, using the video voice for first script sound and music in the second. I deleted the break buttons (because you can still lower level 0) and for the first script, I used:
    bgSound1 = new Sound();

    Now, I can turn the volume on the two sounds independently to the bottom to the top.

    Sincerely
    Jens

  • I am happy owner of a Toshiba Satellite and I use it for background music

    I am the proud owner of a Toshiba Satellite and, above all, I use it for background music (when I play without my group). Although Watch (and listen to) my laptop (you can see on the right side of the keyboard man) made for me:
    http://www.YouTube.com/watch?v=xmtX3FGvZ0M

    Hi, Carlo Maria

    It seems that the satellite did a good job
    You are a fan of the Blues? I m too! I m a fan of Blues

    I play the guitar and I love the magic of the blues

    In any case, it's a forum for laptop and not a forum for music and so it s not desirable to display these links in the Toshiba support forum.
    Eventually the forum Admin will delete it!

    However, it s a beautiful piece of music :D

    Greetings

  • When I try to import an mp3 file for the background music for my videos I get the following message: C:\Documents and Music\Karaoke.mp3 Documents\My owner could not be imported.

    Original title: Please help me

    When I try to import an mp3 file for the background music for my videos I get the following message: C:\Documents and Music\Karaoke.mp3 Documents\My owner could not be imported. The selected file is not valid or is corrupted. but before a few years, I used this then all files was import but now this errors can help u answer me please

    When I try to import an mp3 file for the background music for my videos I get the following message: C:\Documents and Music\Karaoke.mp3 Documents\My owner could not be imported. The selected file is not valid or is corrupted. but before a few years, I used this then all files was import but now this errors can help u answer me please

    =====================================
    MP3 files can be problematic in Movie Maker...
    Best bet would be to convert the files to the. WMA
    format before you import into Movie Maker.

    There are many converters available on the net... the
    the following link is an example:

    (FWIW... it's always a good idea to create a system)
    Restore point before installing software or updates)

    Format Factory (freeware)
    http://www.videohelp.com/tools/Format_Factory
    (the 'direct link' is faster)
    (the file you want to download is: > FFSetup295.zip<>
    (FWIW... installation..., you can uncheck
    ('all' boxes on the last screen)
    (Windows XP / Vista / 7)

    First... after the download and installation of Format
    Factory... you can open the program and
    left click on the toolbar, the "Option" button and
    "Select an output folder to" / apply / OK.
    (this is where you find your files after they)
    are converted)

    Drag and drop your music files on the main screen...

    Select "while"WMA"/ OK...

    Click on... Beginning... in the toolbar...

    That should do it...

  • Photo Story 3 blurs the text and format of appropriate background music

    I had a lot of trouble with a blurry text on Photo Story 3. It seems perfectly fine to start, and then whenever I saw it, it's blurred beyond belief. In addition, I don't know the type of music format for the background music. What can I do to fix the text, and what file format do I for the background music?

    Many different audio formats would work but the best
    choice is always WMA or WAV. Sometimes, it can
    having problems when you save a project as a result of the use of certain
    audio formats.

    As for your photos... If nothing else... to enlarge a
    size at least equal to your screen resolution.

    That will probably not improve the appearance of the
    photos, but it will improve the text (fuzzy) pixelated
    problem.

    First of all, lets you know what is the resolution of your screen. Right
    Click your desktop, then choose Properties / Settings tab...
    Watch the screen resolution slider to see your current
    Resolution of the screen. For this tutorial, let's say your screen
    The resolution is 1024 x 768.

    If you download and install the free Win XP ImageResizer
    PowerToy it will add a 'Resize' option to the right click
    menu.

    Can resize the following free PowerToy for Windows XP
    lots of photos very quickly:

    Click on the following link and on the left, click PowerToys...

    Windows XP downloads
    http://Windows.Microsoft.com/en-us/Windows/downloads/Windows-XP

    (FWIW... it's always a good idea to create a system)
    Restore point before installing software or updates)

    Download and install: ImageResizer.exe
    (Filename: ImageResizerPowertoySetup.exe)
    (does not work on Vista)

    Now you can open any folder containing images and
    you will have an option to resize. Just right-click the selected
    (highlighted) image files and choose resize images of
    the menu. You can select a picture or an entire group.

    The program puts in the folder with resized copies
    your originals.

    (Tip: * never * crush your originals... especially if you were)
    resizing of the originals to a smaller size)

    Resized copies will the custom word added to the
    file name so that they will not be easy to find when you are ready to add
    paste them into your photo story project.

    To ensure that images in the orientation to portrait and landscape
    are resized to the same size... go to... Advanced... and
    tick... Customize... Enter the largest number in these two areas.

    IOW... in this tutorial assuming that the screen resolution 1024 x 768...
    Enter 1024 in these two areas.

    The maximum number of Photo Story 3 photos can just a Council...
    handle is 300 and if you use a lot of movement and Transitions a
    smallest of the numbers is recommended.

    Well, the next gift can change the duration of the photos
    in an existing one. WP3 project... it can also delete... Motion and
    Transitions and also randomize the slides.

    TweakPS
    http://www.windowsphotostory.com/TweakPS

    More info on the following sites:

    WindowsPhotoStory.com
    http://www.windowsphotostory.com/

    PapaJohn
    http://Papajohn.org/
    See Photo Story 3 in the left column

    See you soon...

  • speaker play background music while watching netflix but no voice

    I can't figure out why when I watch netflix my speakers produce only background music but no voice

    Hello

    Refer to this:

    http://forums.CNET.com/7723-21563_102-527777/can-t-get-sound-to-receiver-speakers-while-streaming-Netflix/

    http://support.TiVo.com/app/answers/detail/A_ID/266

  • How can I find and save the background music of my Flash site?

    I see that the background music in my Flash site is in a symbol called muz.  When I click on the properties of this symbol, the sound file location is listed comme.\flash\sound\muz.wav that I could not find that its subfolder in the folder flash, or if I could find the file.  I tried to do a search to find the muz.wav file in my computer, but it is not found.  Anyone know how I can find and save this file?  Can the symbol somehow be exported and the sound file extracted in this way?

    I did it just now using something in the sense of this approach (found via Google somehwere)...

    Expand the sound file in the scenario of a fla file empty and on the file menu, select export-> film Export-> and select wav for the file type.

  • Background music is muted when adding voiceover

    IM new hearing 3 and adding a voice message on the background music voice over how to cut the background music completely rather than murging. Y at - it a setting or something I missed it to fix this problem?

    gh0strlder wrote:

    I'm in multi track, the music is in the upper position, (pre recorded) is the voice on

    position #2 I move to the #1 position and drop it but the music in the

    overlap is completely cut. In audition 1.5 are based on music

    but not mute it.

    Things have changed a bit since 1.5.

    Audition 3 MV doesn't work in the same way as 1.5 - all simply because the crossfade system is in place on the slopes, and that does simply not work if clips defined their own levels.

    What you do is to let the voice on a track and the music of the other and use the mixer or automation to achieve the desired effect, then mix the results. And in all honesty, this is how you should work when--you lose a lot of control over the results, if you put everything on a track.

  • the volume control on background music

    I finished my first iMovie composed of video clips.  I have two questions:

    How to lower the volume of the background music for a few seconds only

    How to disappear the music of a song before the end of the song.

    Thank you

    Hi, grosen25,

    There are two ways to adjust the volume in the latest version of iMovie (10.1.2).

    One way is to select the audio clip, and then click on the speaker icon in the toolbar at the top of your screen.   This will reveal a scroll bar

    allows you to adjust the volume from 0 to 400%.

    Another way is to first click on the settings button in the right middle of your screen and select 'Show waveforms' in the dialog box that results.  Then select the audio clip.  You will see a horizontal volume control line that runs through the clip.  Place your cursor on the line and move it up or down to increase or decrease the volume.

  • How to stop the background music?

    Installed firefox. During navigation it is background music nonstop. SOP how this music

    Try to delete the sessionstore.js file and files possible sessionstore-# .js with a number and sessionstore.bak in the Firefox profile folder.

    Delete sessionstore.js will cause App Tabs and groups of tabs open and closed tabs (back) to get lost and you will have to re-create them (take note or bookmarks if possible).

    Start Firefox in Safe Mode to check if one of the extensions (Firefox/Firefox/tools > Modules > Extensions) or if hardware acceleration is the cause of the problem (switch to the DEFAULT theme: Firefox/Firefox/tools > Modules > appearance).

    • Do NOT click on the reset button on the startup window Mode without failure.
  • The volume of the background music does not

    I use iMovie 10.1.2 on a MacBook Air from mid-2011.

    I am putting together a video where I interview different people. I added the accompanying music. Between clips of the interview, I inserted pictures. I want the background music to falter when I interview someone and then fade to the top when there is a picture.

    I chose each of the interview clips and checked the box to lower the sound of the other clips. For some reason any that doesn't always work. Sometimes the audio reduced as planned, but sometimes it does nothing. I tried to uncheck and check again, but still no luck. I also tried to add the support music once again, but it still doesn't work. I checked the audio support in case I had also chosen the lower the audio of other clips in the audio accompaniment, but I did not.

    Please could someone help!

    Perhaps she sometimes considers the volume of background music quite low compared to the clip of the interview.  You can always select a range in the background music and reduce the volume manually.  It is an extract help files:

    It should also work on the background music.

    Geoff.

Maybe you are looking for