Skip to content

Commit

Permalink
don't reset ring buffer at start of pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
kahrendt committed Aug 8, 2024
1 parent f287916 commit 63e1fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esphome/components/voice_assistant/voice_assistant.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ void VoiceAssistant::loop() {
case State::STARTING_MICROPHONE: {
if (this->mic_->is_running()) {
this->set_state_(this->desired_state_);
this->mic_->reset();
// this->mic_->reset();
}
break;
}
Expand Down

0 comments on commit 63e1fda

Please sign in to comment.