From a30010ab1c9ffc14725de2eab19ffb2d3bb5199d Mon Sep 17 00:00:00 2001 From: vbawa Date: Tue, 16 Apr 2024 10:05:47 -0400 Subject: [PATCH] Tiny doc fix from apparent copy/paste (#130) The instructions in `text_to_audio_playback.py` still reference `gui_text_to_audio_playback.py`, which might be mildly confusing to some --- examples/text_to_audio_playback.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/text_to_audio_playback.py b/examples/text_to_audio_playback.py index de58024..aa202e4 100644 --- a/examples/text_to_audio_playback.py +++ b/examples/text_to_audio_playback.py @@ -12,7 +12,7 @@ (3) pip3 install WhisperSpeech (4) pip3 install sounddevice==0.4.6 -(5) python gui_text_to_audio_playback.py +(5) python text_to_audio_playback.py ''' import numpy as np