How to control audio tracks?

i have a song playing in the background but when we hit the audio from the video clip the music goes away until the audio from the video is done.  not sure how to play them both at same time or set the priority on the tracks.  Tried moving the audio tracks before and after each other and still did the same thing. 

Normally, any audio clips in an unmuted track will play when the CTI hits it.  There's nothing special you can do to make this work, it just does.
Not sure why it isn't for you.

Similar Messages

  • How to replace audio track in mpg file (3,4 Gb) by mp3 fies?

    How to replace audio track in mpg file (3,4 Gb) by mp3 fies? Without loosing video quality?

    I've never used muxers under Linux, but you can try mpegdemux.
    Take a look at Elecard Xmuxer Pro, for example – but that costs $$$. Look here and you may find a good, free Windows-based tool.

  • Nokia n8 How to switch audio tracks in video playe...

    How to switch audio tracks in video player? and How can I connect an external audio track playback video?

    Re: Nokia N8 how to reset to factory settings [ New ]
    ‎2013-01-16 23:06
    Hiiii i hace the same problem i dont have pasaron to hard reset my Nokia 8 and i have a big problem, i cant maje calles , or go to the Home menú, or use wifi, dial aytihing I been having that message saying that there no memory and u have to delete some data, since then just menu screen it works but nothing else please help
    HI everyone! I also have the same problem as per above. Please help! Thank you!

  • How to add audio track to Final Cut Express

    Does anyone know how to add a audio track to Final Cut Express? My default is four available tracks. What if I want to have 6? How can I add a additional two to the timeline?

    Move your cursor into the gray area below the A4 audio track, then control click and select Add Track.

  • How to make audio track respond to timeline

    I'm starting a project and need the ability to control the speed of an audio file playback using the timeline.
    There are specific events that happen at certain times in the song, and i need the ability to scrub forward and backward on the timeline, including the audio. is this possible?
    I have a mechanism to scrub through the timeline of a symbol, but i can't get it to recognize the audio track.
    I use this code on the stage in a "composition ready"
    var symDur = sym.getSymbol("timelinePlay").getDuration(); // Get the timeline length of timelinePlay. We'll reference this later in the code. var mySymbol = sym.getSymbol("timelinePlay"); // Get the symbol timelinePlay. We'll reference this later in the code. var scrubber = sym.$("scrubber"); // Touch this to scrub the timeline of timelinePlay var bar = sym.$("bar"); // Bar the scrubber follows sym.$("mobileHit").hide(); // Added an extra invisible div to increase the hit region for mobile (hard to grab otherwise) var dragme = false; // Set the initial dragme function to false // Detect if mobile device, and if so swap out mouse events for touch events. This is pretty much duplicated code with touch events swapped. if (/Android|webOS|iPhone|iPad|iPod|BlackBerry/i.test(navigator.userAgent)) {     sym.$("mobileHit").show(); // Show the extra invisible div to increase the hit region for mobile (hard to grab otherwise)     $(function () {         scrubber.bind("touchstart", function (e) { // Enable the scrubber on touchstart             e.preventDefault(); // Cancels the default action of the mobile device - used to ensure our touch events are fired             dragme = true;         });         scrubber.bind("touchend", function () { // Disable the scrubber on touchend             e.preventDefault();             dragme = false;         });         scrubber.bind("touchmove", function (e) { // Make the magic happen on touchmove             if (dragme) {                 var touch = e.originalEvent.touches[0];                 var possibleX = touch.pageX;                 var leftX = bar.offset().left;                 var rightX = (leftX + bar.width()) - scrubber.width();                 var scrubWidth = rightX - leftX;   // Confine the scrubber to the width of the bar                 if (possibleX < leftX) {                     possibleX = leftX;                 }                 if (possibleX > rightX) {                     possibleX = rightX;                 }                 scrubber.offset({                     left: possibleX                 });                 var relativeX = possibleX - leftX;                 var stopTimeline = Math.ceil((relativeX / scrubWidth) * symDur); // Make the scrubber scrub the timeline length of timelinePlay                 mySymbol.stop(stopTimeline); // Stop the timeline of timelinePlay when the scrubber is released             }         });     }) } else $(function () {     scrubber.mousedown(function () { // Enable the scrubber on mousedown         dragme = true     })     $(document).mouseup(function () { // Disable the scrubber on mouseup         dragme = false     })     $(document).mousemove(function (e) { // Make the magic happen on mousemove         if (dragme) {             var possibleX = e.pageX;             var leftX = bar.offset().left;             var rightX = (leftX + bar.width()) - scrubber.width();             var scrubWidth = rightX - leftX;             // Confine the scrubber to the width of the bar             if (possibleX < leftX) {                 possibleX = leftX;             }             if (possibleX > rightX) {                 possibleX = rightX;             }             scrubber.offset({                 left: possibleX             });             var relativeX = possibleX - leftX;             var stopTimeline = Math.ceil((relativeX / scrubWidth) * symDur); // Make the scrubber scrub the timeline length of timelinePlay             mySymbol.stop(stopTimeline); // Stop the timeline of timelinePlay when the scrubber is released         }     }) }) 
    and have an group called 'scrubber' that contains a div called 'dot' and a box called 'mobileHit.' There's a horizontal bar that's not included in the 'scrubber' div (representation of a timeline) called 'bar' on top of which the 'scrubber' sits.
    the whole contraption controls a symbol called "timelinePlay"
    If there's any way to get the audio included in the timeline and give me the ability to scrub through the timeline /and/ audio, (imagine manually fast forwarding and rewinding a VHS tape) that would be wonderful!!!

    anybody?

  • How to repalce audio track in PR or AE?

    Assume that I recorded my voice and detected my voice frequency and waves,then i wanna replace an audio of a video im my voice frequency and it will perform my voice,it sounds like my voice.do anyone know how many softwares i need? and i to process.thx,can AE or PR accomplish this task?

    You can use Audacity to record you voice - http://audacity.sourceforge.net/
    export Audacity audio file (your voice track) as an MP3
    Import this MP3 into PPro
    Lock video track and delete original unwanted audio track
    select your new mp3 and paste to time line of the deleted audio track
    Test and adjust if audio needs to be In-sync etc.
    When happy with new audio track and video unlock video track.
    Locking the video track allows just the audio track to be edited.

  • How to Copy Audio Track onto 2nd Channel in iMovie '08

    Hello,
    Boy, I made a big mistake while recording video of my in-laws 50th wedding anniversary. I accidentally recorded onto audio track #1 ONLY. Track #2 is empty. Consequently, I have audio in one speaker. Oops! It's an hour's worth of great 1080i HD footage, too.
    I've done my edits, but is there a way to copy and paste the audio from one track to the other track? I know in Final Cut it can be done, but I don't have a copy. I'm only able to use iMovie '08 at this point. If the solution is in the iMovie help section, please let me know what the search word(s) is so I can go to it. I looked but couldn't find anything.
    Huge thanks,
    Jack

    audio processing in iM08 is .. +very basic+ ..
    the intended workflow is, to Share the project via MediaBrowser to Garageband .. which offers with its many tracks and pan controler to create a 'double channel mono'

  • How to change audio track on a flv-video during streaming?

    Hello ,
    I would like to stream a flv-video, but every time with
    different audio-track.
    So how can I change the audio track on a video-stream? Is
    there any server-side solution for this?
    I used to stream the audio on different stream - parallel
    with the video stream -, but because of synchronization problems,
    it didn't work.
    Any idea?
    Thanks

    Thanks for the helpful response.  I'll check out the the options available for shaping the sound with eq, efx and amp sims as you suggest.
    It still would be helpful to know if I change an audio track (.aif file) into a midi track in GarageBand or in some other software so I can change the instrumentation of the track from piano to another instrument.
    Thanks again!

  • How to insert audio track?

    how do you insert an audio track into garage band to edit? thanks

    Do you mean bring pre-recorded audio into GB? If so, just drag the file into an open GB Timeline. When you see the green plus sign, drop it.

  • How to sync audio tracks with RED footage that has no reference audio?

    So I shot a short film for my thesis project and the damn crew didn't record reference audio. We shot on a RED camera and had a sound guy with a shotgun mic. So we have crystal clear audio tracks from a separate sound card and tons of RED footage with abosolutely no sound.
    Lucky we did use a slate, so I know I have to go one by one and manually sync all the audio with the right video tracks. Though I am unsure how exactly to do it. Once synced, will I have to edit from the timeline? How can I reimport the synced footage into a new project so I can edit from my media bin?

    Hi PrimeSequence,
    If you are having audio sync issues when playing back video in iTunes on your Windows machine, you may find the troubleshooting steps in the following articles helpful:
    Apple Support: Troubleshooting iTunes for Windows Vista or Windows 7 video playback performance issues
    http://support.apple.com/kb/ts1718
    iTunes and QuickTime for Windows: Audio does not play or plays incorrectly
    http://support.apple.com/kb/ts1362
    Regards,
    - Brenden

  • How to play audio tracks with mainstage

    Hello, newbie to mainstage-looked around site but didn't find too much.
    I have a gig in a few weeks need help fast please!- Looking to play either multiple, or even just one long 30 minute track in mainstage and then play with fx live. terminology in user manual doesn't seem to say much about this. can i run an audio track in mainstage as a patch or something. Or run logic/audio track(s) through mainstage and then put fx on it? thanks

    I have not used an FC-300, but I have had a close look at its specifications. I don't think it is going to be a lot of use as a controller for MainStage.
    You have two 'expression' pedals; these can be assigned to control any two parameters in any patch eg two channel strip volumes; one bus send level & one FX parameter, etc. Useful, but limited in scope.
    The remaining pedals are foot switches. That means they will each allow you to do the following types of action:
    change patch up or down
    bypass any FX, synths or channel strips in a patch
    start & stop Ultrabeat
    any other similar type of action.
    What do you want the buttons to do?
    To use a foot switch to control a button:
    'Learn' a footswitch to a button (to begin with, stick to switches 1 -5. Ignore 6 - 10 until you are comfortable with the first five switches)
    when you have 'Learned' the switches in the Layout screen move to the Edit screen
    Here, take each button in turn & assign it to an action:
    e.g
    button 1 to Ultrabeat start/stop
    button 2 to Delay Bypass
    button 3 to 'Next Patch' (set at Concert Level)
    button 4 to 'Previous Patch' (set at Concert Level)
    I don't think that you will be able to do much more with the FC-300 than that. I hope someone will be able to prove me wrong.
    NB It doesn't matter what CC number the switches have in the FC-300. Once you have assigned them to a button, the switch should carry out whatever action the button is assigned to in MainStage. All you need to do is to make sure that no two buttons have the same CC number.

  • How to separate Audio tracks

    Hi there
    Yes, I know I'm a community expert so you mighty be wondering why one would be asking here, but not for Premeire Elements. This app is new to me!
    I have a clip I've inserted into PE that was recorded with some odd stereo effect. I'm hoping there is an easy way to listen to each side of the stereo independently, decide which is the more pleasing of the two, then remove either the left channel or the right and fill in the opposite channel with the same audio.
    I've unlinked the audio from the video but am unsure how to proceed from there.
    Thanks in advance for any insight!
    Cheers... Rick

    Rick,
    Not sure how I managed to do this in PE, but I managed to delete the existing audio track and bring back in the modified one.
    I'm not sure either. Maybe brute force and a chisle to the monitor... ?
    The easiest way, for next time, is to Import that new PCM/WAV into the Project with Get Media>Folders & Files. Then, Alt+click (you are on PC, aren't you?) on the original Audio Clip (or Audio Stream of a muxed file), and Delete. Then, drag your recently Imported PCM/WAV from the Project Panel to the now empty Audio Track, where the Deleted Audio Clip was. If you have Snap ON (the S key toggles that), as you get the Head of the PCM/WAV replacement file near that of the Video Clip, the Audio will "snap" ito place.
    Glad that it worked for you.
    As stated earlier, PE certainly lacks any form of being intuitive to use. I'm really shocked this is aimed at consumers! Couple that with the, ummm "less than stellar" help system and you really have a (cough) winning combo there!
    Most of us here are in complete agreement with you. We are very fortunate to have a wonderful MOD, Steve Grisetti, who is also a prolific author, and most of his books are how to do things in PrElements (and PSElements in two cases). Steve has also done a Basic Training Series of tutorials and articles on Muvipix.com, a Web site that he co-founded. After one finishes with that, he has a complete Learning Series of tutorials and articles, though those are available by subscription to the site. The Basic Training Series is free.
    Most subscribers here point to those, the books and tutorial series, to help new users get going. Of all the Adobe programs, that could benefit from a manual, PrE is definitely one. With PrPro, the user often has a good background in NLE video work, so it's easier to use the Help Files, as they are looking for how PrPro differs from, say AVID. With PrE, the user is often very fresh to NLE work, and so many show up here totally lost. I'd love to see Adobe strike a deal with Steve, to include a copy of his PrE book with every copy!
    Good luck, and glad that we could help,
    Hunt

  • Any idea on how to select audio track in Apple TV?

    I have a movie with two audio tracks: 1. English 2. French
    All applications are starting with the track 1 including iTunes. I don't know why but when watching it with the Apple TV it is with track 2. And I can't find a way to select the available tracks for a movie in Apple TV.

    Press and hold the play button to reveal your audio track options.
    If you don't actually need one or the other audio tracks you could always turn one off using Quicktime Pro if you have it.

  • How to export audio track from iMovie '11

    I found that the sound from the video recording of a live band worked pretty well for my purposes (listening for problems). But I don't need the video itself for some things. Is it possible to just grab the audio from the video and save it as just a sound file? I tried messing with iMovie but couldn't figure out a way yet.

    You can detach the audio then copy and paste it around if you have other clips in the time line but if you want all the audio from a clip or group of clips put them in a project and do a custom QT export and export "Sound to AIFF file". Import that as an audio track in iTunes or drag directly on to another movie clip.
    Daniel C. Slagle
    Keeper of the "Unofficial" iMovie FAQ
    I may receive some form of compensation, financial or otherwise, from my recommendation or link

  • How to enable Audio Track for recording podcast

    I'm trying to use Garageband to create podcast in iLife '06. When I select female voice and the red record button, I get this message "No Audio Track is enabled for recording". Adding new track from the Tracks menu does not help. Can anyone help please?

    Um, er, that's a Windows app. The best way to record Skype on a Mac is Ecamm's Call Recorder. Just install and you get a record button in Skype!

Maybe you are looking for

  • WRT54G v 7.0 -- Setting "Keep Alive: Redial Period" not correct (radio button)

    Hi, I own a Linksys-Router WRT54G v7.0 with firmware v7.00.8 build 008, Jul. 9, 2009. On the web GUI (Setup/Basic Setup) there's a setting "Keep Alive: Redial Period XX Sec.". As I'd like to stay connected with my provider permanently, I've set the r

  • Urgent :Fetch Portal URL in WebDynpro code

    Hi techgurus, I want to fetch portal URL/ Portal system ID in my webdynpro code? Please help! Regards, Abhishek

  • How to write print program for smartforms

    Hi all I need to develop new smartform and its print program. But Im not experience in writing print program for smartform. Ive gone through the simple print program sample that use only one table as input and one table for output. But my smartforms

  • Dowload Oracle 9i Solaris 64

    Hi, has anybody lately succesfully cpio'd the Disk1 file for Solaris64 Disk1 for Oracle 9.2.0.1. I keep getting "cpio: Can't read input: end of file encountered prior to expected end of archive." which leads me to believe that the file is corrupt on

  • Background File Activity takes forever

    I just purchased and installed CS6 (physical media) on my new Windows 7 (64bit) pc.   I believe there was one update. For smaller sites, ftp works as it did in CS3 (on different pc with XP Pro).   I have another site that has a lot of folders/files a