Announcements

Between mid-October and November, the content on AREA will be relocated to the Autodesk Community M&E Hub and the Autodesk Community Gallery. Learn more HERE.

How to Step Through Audio Frame by Frame?

How to Step Through Audio Frame by Frame?

Anonymous
Not applicable
2,804 Views
9 Replies
Message 1 of 10

How to Step Through Audio Frame by Frame?

Anonymous
Not applicable

Hey all,

I was wondering if anyone knows of a way (either already in Maya or through a script) that would let me hear the imported audio as I step through the shot frame by frame, like you can with Premiere or Blender. It would help a ton with lip syncing, and right now, the only option is scrubbing through with the mouse, which isn't super precise.

Thanks in advance for any help!

Accepted solutions (2)
2,805 Views
9 Replies
Replies (9)
Message 2 of 10

sean.heasley
Alumni
Alumni

Hi @Anonymous and welcome to the community!

 

You can try going into Preferences->Time Slider-> and under Playback, make sure that the Playback Speed is set to Real-time. The audio file should play when you hit play on the timeline.

If you want to scrub through frame by frame, use middle-mouse and you be able to listen to it. 

Note: If the Playback Settings were set to Play Every Frame you may not hear the audio.

 

Please let me know if this helps or if you need any more assistance!

 

 

If one or more of these posts helped answer your question, please click Accept as Solution on the posts that helped you so others in the community can find them easily.

 

 

 

Kudos are greatly appreciated. Everyone likes a thumbs up!

 

 

0 Likes
Message 3 of 10

Anonymous
Not applicable

Hey there, thanks for the response!

Playing the sound back isn't a problem, I can do regular playback and scrubbing through it just fine - it's just when I hit "Alt+," or "Alt+." and step through the timeline one frame at a time that I'm having the issue. Is there a way to do that?

Message 4 of 10

mspeer
Consultant
Consultant

Hi!

 

You can be as precise as you want with mouse by changing the displayed frames in Time Slider.

Currently sound will only be played while mouse is pressed.

Message 5 of 10

sean.heasley
Alumni
Alumni

Hi @Anonymous

 

@mspeer has the right idea. I don't believe this will work with the alt key clicks however you could change the time slider to show every frame and give yourself much more control over it.

 

Does that make sense?

 

 

0 Likes
Message 6 of 10

sean.heasley
Alumni
Alumni

Hi @Anonymous

 

I'm just checking in to see if you need more help with this. Did the suggestions that @mspeer and I provided work for you?

If so, please click Accept as Solution on the posts that helped you so others in the community can find them easily.

 

 

0 Likes
Message 7 of 10

Anonymous
Not applicable
Accepted solution
Unfortunately not, but I can use the workarounds. Thanks for helping,
though!
Message 8 of 10

Anonymous
Not applicable
Accepted solution

Hello,

 

This is a bit late but thought it might still help you. You can assign the following scripts to hotkeys to be able to step forward or back while hearing audio (I use shift+> and shift+<):

 

//Forward 1 frame

timeControl -e -beginScrub $gPlayBackSlider;

playbackStateChanged;

NextFrame;

timeControl -e -endScrub $gPlayBackSlider;

 

//Back 1 frame

timeControl -e -beginScrub $gPlayBackSlider;

playbackStateChanged;

PreviousFrame;

timeControl -e -endScrub $gPlayBackSlider;

 

Cheers

Liam

 

0 Likes
Message 9 of 10

Anonymous
Not applicable

Oh man, THANK YOU for this. It works perfectly and you are an angel

Message 10 of 10

le_daiii
Contributor
Contributor

Very old topic, but I was looking for the same thing, I found that when I just click on the timeline (not drag through it, idk why), the audio plays when i use my "next frame" or "prev frame" short cut. (Maya 2024)

0 Likes