From 46ddba8ae75286a6cc8ab5b0037689324716de88 Mon Sep 17 00:00:00 2001 From: josephpan Date: Sun, 10 Mar 2019 20:02:17 +0800 Subject: [PATCH] changed new_message_callback to audio_recorder_callback to fix typo --- examples/Python/demo4.py | 2 +- examples/Python3/demo4.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.