diff options
Diffstat (limited to 'src/tangara/tts/provider.hpp')
| -rw-r--r-- | src/tangara/tts/provider.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/tangara/tts/provider.hpp b/src/tangara/tts/provider.hpp index 3a16d5a9..e46950ce 100644 --- a/src/tangara/tts/provider.hpp +++ b/src/tangara/tts/provider.hpp @@ -11,9 +11,9 @@ #include <string> #include <variant> +#include "drivers/nvs.hpp" #include "tts/events.hpp" #include "tts/player.hpp" -#include "drivers/nvs.hpp" namespace tts { @@ -34,6 +34,8 @@ class Provider { Provider(const Provider&) = delete; Provider& operator=(const Provider&) = delete; + static bool SamplesOnSDCard(); + private: drivers::NvsStorage& nvs_; std::unique_ptr<Player> player_; |
