stream now restores speaker after long freezes

This commit is contained in:
MihailRis
2024-03-03 14:49:47 +03:00
parent 011bdd8397
commit cd657a1234
4 changed files with 29 additions and 4 deletions
+3
View File
@@ -205,6 +205,9 @@ namespace audio {
/// @brief Stop and destroy speaker
virtual void stop() = 0;
/// @brief Check if the speaker has stopped by calling stop()
virtual bool isStoppedManually() const = 0;
/// @brief Get current time position of playing audio
/// @return time position in seconds