You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a question about the Timbre Tranfer colab, specifically audio_features = ddsp.training.metrics.compute_audio_features(audio)
I did not see any API docs on this, hence asking here.
What is the time interval between slices/samples in the audio_features arrays? (If it's even constant...)
Is that interval modifiable?
Can one get a time stamp for each array element?
I'm coming from Javascript; total beginner at Python, so if there's a way to determine this from the colab notebook or repo itself, that would be good to know! (I did look up all references of compute_audio_features in the codebase, but didn't see an obvious (to me) answer.
The text was updated successfully, but these errors were encountered:
I have a question about the Timbre Tranfer colab, specifically
audio_features = ddsp.training.metrics.compute_audio_features(audio)
I did not see any API docs on this, hence asking here.
audio_features
arrays? (If it's even constant...)I'm coming from Javascript; total beginner at Python, so if there's a way to determine this from the colab notebook or repo itself, that would be good to know! (I did look up all references of
compute_audio_features
in the codebase, but didn't see an obvious (to me) answer.The text was updated successfully, but these errors were encountered: