mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-03 16:48:52 +02:00
Add volume parameter to Librespot integration
This commit is contained in:
parent
b1165ff2cd
commit
324a799e20
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
* Implements EncoderListener to get the encoded data.
|
||||
* Data is passed to the PcmListener
|
||||
* usage:
|
||||
* snapserver -s "spotify:///librespot?name=Spotify&username=<my username>&password=<my password>[&devicename=Snapcast][&bitrate=320][&cache=<cache dir>]"
|
||||
* snapserver -s "spotify:///librespot?name=Spotify&username=<my username>&password=<my password>[&devicename=Snapcast][&bitrate=320][&volume=<volume in percent>][&cache=<cache dir>]"
|
||||
*/
|
||||
class SpotifyStream : public ProcessStream, WatchdogListener
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue