Fix writing "PCM device not found" for file player

This commit is contained in:
badaix 2021-04-30 10:39:45 +02:00
parent 376ca7ff9e
commit c88b2d170b
3 changed files with 22 additions and 2 deletions

View file

@ -40,6 +40,9 @@ public:
void start() override;
void stop() override;
/// List the dummy file PCM device
static std::vector<PcmDevice> pcm_list(const std::string& parameter);
protected:
void requestAudio();
void loop();