Skip to content

Commit

Permalink
change to record_begin (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
AIIX authored Mar 4, 2020
1 parent b1b4874 commit 69379a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion import/mycroftcontroller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ void MycroftController::onMainSocketMessageReceived(const QString &message)
emit isSpeakingChanged();
return;
}
if (type == QLatin1String("recognizer_loop:wakeword")) {
if (type == QLatin1String("recognizer_loop:record_begin")) {
m_isListening = true;
emit isListeningChanged();
return;
Expand Down

0 comments on commit 69379a7

Please sign in to comment.