mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-01 23:59:43 +02:00
Fix writing "PCM device not found" for file player
This commit is contained in:
parent
376ca7ff9e
commit
c88b2d170b
3 changed files with 22 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue