mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-28 09:47:09 +02:00
Fix copy paste error in AirplayStream docs
This commit is contained in:
parent
648589a233
commit
8d7e4ba278
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ public:
|
|||
/// Starts shairport-sync and reads PCM data from stdout
|
||||
|
||||
/**
|
||||
* Starts librespot, reads PCM data from stdout, and passes the data to an encoder.
|
||||
* Starts shairport-sync, reads PCM data from stdout, and passes the data to an encoder.
|
||||
* Implements EncoderListener to get the encoded data.
|
||||
* Data is passed to the PcmStream::Listener
|
||||
* usage:
|
||||
|
|
Loading…
Add table
Reference in a new issue