Skip to main content
Known Participant
April 7, 2023
Answered

how to loop audio

  • April 7, 2023
  • 1 reply
  • 2896 views

when I try to loop it through time remapping, it turns out like this: *file*
Is there other ways to loop it or fix damage?

This topic has been closed for replies.
Correct answer David Arbor

The expressions in your screenshot are disabled. Click the little "not equal" icon, i.e. the equal sign with a slash through it, below the layer name to re-enable the expressions. 

1 reply

Inspiring
April 11, 2023

I'm not sure what you mean by it turns out like "this." Since we don't know what the original audio sounded like we can't compare it to anything. Do you mean that it's slow motion? If so, that means you're stretching your Time Remapping keyframes when you should leave them in the same place they were created when you enabled Time Remapping. You can then extend the clip as long as you want and apply the loopOut (below) expression to the Time Remapping property.

loopOut("cycle");

 

fyliyAuthor
Known Participant
April 12, 2023

yes, I meant slow motion. So things are like this, and it has original audio sounded once

and when I extend clip like this, but after the second keyframe there's nothing aka silence

I suppose I made the same steps which gave me slow motion effect, but since result is different I'm not sure

fyliyAuthor
Known Participant
April 13, 2023

The expressions in your screenshot are disabled. Click the little "not equal" icon, i.e. the equal sign with a slash through it, below the layer name to re-enable the expressions. 


omg it works! it was so simple but so needed, thank you