Remove the wave debug statement

This commit is contained in:
Sameer Rahmani 2023-05-20 01:02:29 +01:00
parent a24ae9cc8d
commit baa1c27bd4
Signed by: lxsameer
GPG Key ID: B0A4AF28AB9FD90B
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ async def worker(ctx, job_queue, worker_stop, stop_event):
wav = synthesizer.tts(txt, speaker, "None", None)
# uncomment for debugging
synthesizer.save_wav(wav, "/tmp/blah.wav")
# synthesizer.save_wav(wav, "/tmp/blah.wav")
utils.info("Playing...")