Skip to content

Commit

Permalink
more user friendliness
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankEnderman committed Nov 3, 2021
1 parent 8660b49 commit 35431a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chromeos/assistant/tools/send-audio.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ send_audio() {
local text=$(echo $@ | tr " " "+")
echo "Input text is: $text"

echo "Performing text-to-speech"
echo "Translating text-to-speech"
http --download "https://www.google.com/speech-api/v1/synthesize?lang=en&text=$text" --output $MP3_FILE --body
echo "Converting to $OUTPUT_FILE"
ffmpeg -y -i $MP3_FILE -acodec pcm_s16le -f s16le -ar 16000 $PCM_FILE \
Expand Down

0 comments on commit 35431a0

Please sign in to comment.