Based on the notes in the readme, this was the command used.
tts --text "Text for TTS" --model_name "tts_models/en/sam/tacotron-DDC" --vocoder_name "vocoder_models/en/blizzard2013/hifigan_v2" --out_path /tmp/output.wav
open /tmp/output.wav # Buzzing sound occurs, then it switches to a song in my iTunes library which is EDM so also has a lot of buzzing sounds, but is more musical and expected to occur that way.
Questions will not be answered here!!
Help is much more valuable if it's shared publicly, so that more people can benefit from it.
Please consider posting on TTS Discourse page or matrix chat room if your issue is not directly related to TTS development (Bugs, code updates etc.).
You can also check https://github.com/mozilla/TTS/wiki/FAQ for common questions and answers.
Happy posting!
https://discourse.mozilla.org/c/tts
Based on the notes in the readme, this was the command used.