Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/Python/demo4.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion examples/Python3/demo4.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down