diff --git a/examples/Python/demo4.py b/examples/Python/demo4.py index a59eedaa..90385ab7 100644 --- a/examples/Python/demo4.py +++ b/examples/Python/demo4.py @@ -5,7 +5,7 @@ import os """ -This demo file shows you how to use the new_message_callback to interact with +This demo file shows you how to use the audio_recorder_callback to interact with the recorded audio after a keyword is spoken. It uses the speech recognition library in order to convert the recorded audio into text. diff --git a/examples/Python3/demo4.py b/examples/Python3/demo4.py index dc52119e..bb133af8 100644 --- a/examples/Python3/demo4.py +++ b/examples/Python3/demo4.py @@ -5,7 +5,7 @@ import os """ -This demo file shows you how to use the new_message_callback to interact with +This demo file shows you how to use the audio_recorder_callback to interact with the recorded audio after a keyword is spoken. It uses the speech recognition library in order to convert the recorded audio into text.