mirror of
https://github.com/esphome/esphome.git
synced 2025-10-30 06:33:51 +00:00
Expose start to speaker interface (#5228)
This commit is contained in:
@@ -51,7 +51,7 @@ class I2SAudioSpeaker : public Component, public speaker::Speaker, public I2SAud
|
||||
#endif
|
||||
void set_external_dac_channels(uint8_t channels) { this->external_dac_channels_ = channels; }
|
||||
|
||||
void start();
|
||||
void start() override;
|
||||
void stop() override;
|
||||
|
||||
size_t play(const uint8_t *data, size_t length) override;
|
||||
|
||||
Reference in New Issue
Block a user