No sound in timeline

I sarted a new project. I get sound from all other panels except for the timeline. I can see the UV meters working. I hear sound from the source panel and the project panel. Drag a clip nto the folder icon that will start a new timeline in it's matching native format and no sound in the timeline. I can see the all the levels are up, activity in the UV meters, but no sound - truly stumped...
I opened up several other projects and not having this problem - only with this one project. Even a reboot didn't help - MOST bizzarre...

There are several places to address Audio in PrPro. This ARTICLE covers many of them, and provides a starting "checklist," of things to look at.
Good luck,
Hunt

Similar Messages

  • Dynamic Sound vs Timeline

    Howdy all,
    We have a project which involves creating numerous
    presentation based SWFs. These SWFs are loaded into a Flex based
    player. In order to have the audio respond to the stop() command, I
    have extended the document class (MovieClip) and added a
    soundManager object that loads audio from the library.
    Here's the rub. They time the frames to the audio on the
    timeline, then remove the timeline audio and use the actionscript
    calls to load the sounds. The timeline SWFs run fine and in sync.
    However, the dynamically loaded ones grow further and further out
    of sync the longer the timeline (the audio gets AHEAD of the
    frames).
    The only thing I can think of is that for some reason, when
    they are using my document class, it is using a different (slower)
    framerate? But I haven't manually changed that. Any ideas?
    JJ

    If this is still a problem, be sure to make sure that you've granted the app microphone permissions, which started being required in iOS 7. Otherwise, recorded audio will sound like a "chipmunk" voice when played back.

  • No sound in Timeline (only)

    I just got a new copy of FCP X from the Apple Store. My clips sound good in the event library but not when transferred to the Timeline, eventhough I see the sound track, which is strange.

    I have narrow down the issue to my Logitech microphone/headphone set. If I start the application with the internal microphone and speakers set up, the problem dissapears. Unfortunately, I need to use the headphones, as I share my office space. I have set up my Logitech headset in the systems preferences, but I cannot anything from which to choose my sound preferences from within FCP X.
    Thanks for the help.

  • No Sound From Timeline

    I upgraded to the 2014 version and now my sound does not play back from the timeline. I can see a waveform, but nothing plays back and there is no level showing in the meter.
    [Please choose only a short description for the thread title.]
    Message was edited by: Jim Simon

    Check your audio outputs are mapped correctly. Edit > Preferences > Audio Hardware.

  • No sound on timeline

    Have used Final Cut for many years--however, just re-installed. Now I cannot get any audio on the timeline. When I log & Capture, I can listen to the audio directly from the clip that has been captured and sound is great. As soon as I save it or drag it to the timeline, no audio.
    All audio beyond the timeline works great in any program. I can see the audio/peaks and the equalizer appears to have audio, but no sound is coming out!
    I have checked all the Final Cut settings that I know of.

    Make sure your VIEW External Video is set to ALL FRAMES...
    But more importantly - make sure your audio is following your video correctly. Down there at the bottom of the VIEW menu... either set Audio to FOLLOW VIDEO (which, if you have your deck hooked up will go to the deck) or keep it INTERNAL... which - if you are monitoring your video on an external monitor you will have latency issues.
    So - if indeed you want it to follow video AND you are monitoring your video externally (via the deck) make sure your speakers are hooked up thru the deck. I use a little mixing board (ok, actually an old tuner) to control which audio source is being set to the speakers... the Deck is hooked up to AUX and the computer is hooked up to CD - then I just switch between the two on the tuner.
    CaptM

  • Premerie Pro CC - have sound on timeline, yet when I export file i am missing sound in one tiny clip. Can I be related to working with Merged clips?

    Hello Premerie Pro CC community,
    I need help, I am working with merged clips (the video footage shoot with a DSLR and different audio recorders). I have a timeline in premerie with sound all finished. Everything was fine until I when and fine tuned some of the audio, just added key frames to correct and now when I export my sequence I am missing sound in one little clip of the entire mov.
    Does it have to do with sound and editing with a merged clip?
    I have tried to export in several different settings and still the same result, and when I look at my timeline the sound is all there.
    I have until the end of Monday to figure what I have done incorrect
    thanks
    -DragonFly

    In case it is a phase problem, try adding fill left effect to the faulty clip.

  • Control sound in timeline

    Hy,
    I've some mc called, one a time, with attachMovie named
    mcTarget, each of
    this has one speaker track sincronized with the animation on
    the stage. For
    this reason sound is put directly in timeline in stream mode
    (proprieties>>Sincr: stream). But now I cant control
    the volume of these
    sounds. I'll tryed to do this:
    //on main root
    mySound = new Sound(); //no specify target to refer a "global
    sound"
    function Volume(val){
    mySound.setVolume(val);
    trace(val);
    // in another place
    Volume(50);
    This works only with a sound placed in main root but does
    nothing if the
    sound is placed on a nested mc (my case).
    Someone have an idea or a alternative way to do this?
    Thanks
    Roger

    "sneakyimp" <[email protected]> ha scritto
    nel messaggio
    news:e1kumu$sv6$[email protected]..
    > mySound cannot be defined as an empty sound object. it
    has to refer to
    > the
    > soundclip in question.
    This is the "canonic way", but you can use that code to do a
    something near
    at "global sound"
    you can see it also in at
    http://www.kennybellew.com/tutorial/globally.htm.
    >
    > // NO
    > // mySound is attempting to refer to *one specific
    sound*
    > // *not* a global sound setting
    > mySound = new Sound();
    > mySound.setVolume(50);
    >
    > // YES
    > // this is referring to one particular sound
    > this.MySound1.setVolume(50);
    >
    > I'm not sure how this relates to sounds added to the
    timeline. i think
    > you
    > have to use the flash authoring interface controls to do
    it. i *don't*
    > think
    > you can control sounds added this way with actionscript
    unless you can
    > determine what their target path is.
    Sure, it's works with sound put in a root timeline..
    > this may or may not be helpful:
    Thanks, but I didn't find the solution for my case...
    >
    http://www.kennybellew.com/tutorial/multiple_scenes.htm
    many thanks for the answer.

  • Mute sound on timeline

    We have a movie clip containing a set of sound files.  All sound is on the timeline.   We have tried the following, but none works.  Can anyone help?  Thanks!
    [ on the frame where the sound starts]
    if (deactivate) {
       SoundMixer.stopAll();
    or
    [ first frame of movie clip]
    var sndTransform:SoundTransform = new SoundTransform();
    SoundMixer.soundTransform = sndTransform;
    [ on the frame where the sound starts ]
    if (deactivate) {
        sndTransform.volume = 0;
    } else {
        sndTransform.volume = 1;

    you movieclip has a soundTransform property you can use:
    // if your code is on the parent timeline:
    var st:SoundTransform=mc.soundTransform;
    if(deactivate){
    st.volume=0;
    } else {
    st.volume=1;
    mc.soundTransform=st;
    // if your code is on the movieclip's timeline, use "this" instead of mc

  • Sound from timeline keeps playing

    I have multple sounds attached to my timeline. When I jump to another frame where the clip doesn't exist anymore the sounds keep playing. All of them are played. Even SoundMixer.stopAll()  doesn't help.

    if SoundMixer.stopAll() doesn't work it's because you have sounds starting after stopAll() executes.

  • Doubts regarding sound in timeline

    Hi,
              The site in which I am developing, i have to play a sound. So I played that sound on the timeline. The problem is that I need to implement an On/Off button for sound. How can i implement this, if i played sound on the timeline?
    Thanks and Regards,
                        Sreelash

    i don't know much about coldfusion having only created 2 cf files for one project a year or two ago.
    if thread is answered, please mark answered.

  • Unable to preview sound in timeline

    I have a sound file (.mp3) that I would like to animate to. I am attempting to preview several frames in the timeline to see how my animation is syncing up as I work on it, but no sound plays in the timeline. Doing a publish/preview every time I want to check it doesn't seem like the best option. I've tried CS4 and CS5 and it's the same result in both. I'm curious as to what I am missing, or do you animators out there do something different?

    It was a very newbie question, but thanks for the help! I always just had the sync set to "start". Works wonders now.
    Grr...wanted to give you both full points but I can't

  • FCE 4 No Sound On Timeline

    I have a DV file and when I drag it to the timeline I get no sound when playing the timeline. When I double click the audio line the graph shows that the sound is there and I can play the sound on the graph view.
    DV file 29.97 fps; 720X480; DV/DVCPRO Audio = 1 Stereo
    Timeline 29.97 fps; 720X480; DV/DVPRO Audio = (blank)
    Can someone help me? I'm a new to MAC and FCE

    Now this is really spookie.
    I turned on the waveform and the tracks had the sound on them. I tried playing it but no sound. Then I switched the track audiobility buttons of and then on again and it started working.
    So I erased the timeline and dragged the file down again, but no sound . The graph shows the sound is on the trsck, but no sound output. Nothing I tried this time would help.
    It may help for you to know that the original video file was a MOV file. 14.99 fps, 309X206, data rate 259.9 k/s. I converted it to DV using MPEG Streamclip.
    Thanks for the help.

  • Imported a WAV Middle C Keyboard sound into timeline of Garageband. Can I play it on my midi keyboard?

    Hey there
    I have a wav of a middle C keyboard sound that I downloaded that would like to be able to playback through my Midi keyboard and record into Garageband.
    Is this possible using Garageband?
    I have tried importing the sound into the timeline of Gargeband, but then cant see any option to be able to play it through my midi keyboard.
    Can I put that wav into the sounds on the right hand side?
    Any suggestions? - If you understand what I'm on about here
    thanks

    shippo_uk wrote:
     would like to be able to playback through my Midi keyboardthanks
    build an instrument:
    http://www.bulletsandbones.com/GB/Tutorials.html#buildaninstrument
    (Let the page FULLY load. The link to your answer is at the top of your screen)

  • Accessing Sound on Timeline in AS3

    I have a very simple fla consisting of a picture and a sound on separate timelines. In AS3, I want to determine the sound is complete and go to another URL. I have the code for changing URLs working in a separate function. What I can't figure out is how to get the soundComplete to work when I'm not playing the sound with ActionScript. I'm sure this is something simple I'm missing and I'd appreciate any help.

    I think I have a serious case of 'operator error' going on...
    import flash.events.*;
    this.addEventListener(Event.ENTER_FRAME, newPage);
    function newPage(event:Event):void
    if (currentFrame == 1325)
      navigateToURL(new URLRequest("whatever","_parent");
      this.removeEventListener(Event.ENTER_FRAME, newPage);
    It's throwing an error that makes no sense:
    The class or interface 'Event' could not be loaded
    It targets the function statement. I added the import statement in a vain attempt to fix this.

  • CS5: Sound on timeline

    Hi all,
    I am making website which is one flash file having whole contents putting in time line with each frame label.
    I put contents opening sound at the beginning frame of each contents, but however for the first access of this site("Home" content) only this sound plays twice as loud.
    When I goto another content and go back to "Home" again, it plays in same volume as others, and its no longer plays in loud.
    Anyone knows any solution? Any help may appreciated, thanks.

    I stumbled upon the solution myself. To get it to work, I reduced the fps to 16 down from 24. Then everything synchronized. In case anyone wants to know.

Maybe you are looking for