No volume curve present in the timeline #690
Unanswered
andrei-zgirvaci
asked this question in
Q&A
Replies: 1 comment
-
It seems a line is there, but it's at the top of the layer, but it's always at full volume and therefore it's sticking at the top of the layer. Note that if you use a callback function, the frame of where the audio starts playing is always You can debug it really easily by just using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am not sure why, but I don't see any volume curve draw in the timeline as described in the documentation:
You may also pass a callback function that returns the volume based an arbitrary frame number. This has the benefit that Remotion is able to draw a volume curve in the timeline!
Link: https://www.remotion.dev/docs/using-audio#controlling-volume
I made sure to write my interpolate function accordingly:
This is what I see in the timeline:
I guess I don't even know what I am expected to see, maybe it's already present, but I just don't know what to look for.
I would appreciate it if someone will show an example of their timeline with the volume curve drawn :)
Beta Was this translation helpful? Give feedback.
All reactions