mirror of
https://github.com/esphome/esphome.git
synced 2025-10-28 05:33:53 +00:00
Voice Assistant improvements (#5827)
This commit is contained in:
@@ -18,6 +18,8 @@ class Speaker {
|
||||
virtual void start() = 0;
|
||||
virtual void stop() = 0;
|
||||
|
||||
virtual bool has_buffered_data() const = 0;
|
||||
|
||||
bool is_running() const { return this->state_ == STATE_RUNNING; }
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user