Audio not Working when adding WAV File to Audio Track #1708
Replies: 2 comments 9 replies
-
Hi @philipph77 Like you mentioned, I think this has to do with the rate of your clips. |
Beta Was this translation helpful? Give feedback.
-
I just found out that when setting the rate to an arbitrary value (e.g. |
Beta Was this translation helpful? Give feedback.
-
I am trying to add a WAV file for this song to the audio track of my otio timeline. The code runs without error, however, when opening the timeline later, the audio is not working. Below is a minimal code example in python.
The only thing that I can think of why this is not working, is that the clips
start_time
andduration
are not set correctly. Unfortunately I could not find how to set the for an audio-only file that does not have an fps attribute.Beta Was this translation helpful? Give feedback.
All reactions