How to save the watermarked audio #43
Unanswered
a2915853191
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The results got by model.get_watermark and watermarked_audio = wav + watermark have 3 dimensions, but the audio tensor that can be accepted by torchaudio.save() has only two dimensions, so how to solve this problem? Which dimension should I cut out?
Beta Was this translation helpful? Give feedback.
All reactions