Skip to content

Commit

Permalink
fix output audio sampling rate
Browse files Browse the repository at this point in the history
  • Loading branch information
jiaqili3 committed Jul 25, 2024
1 parent 71f589a commit 08b56e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion egs/tts/VALLE_V2/demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@
"outputs": [],
"source": [
"import torchaudio\n",
"torchaudio.save('out.wav', output_wav.squeeze(0), 24000)"
"torchaudio.save('out.wav', output_wav.squeeze(0), 16000)"
]
}
],
Expand Down

0 comments on commit 08b56e2

Please sign in to comment.