mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-02 19:01:47 +02:00
Add support for PulseAudio properties
This commit is contained in:
parent
be9c15cba6
commit
432e4dfad0
5 changed files with 57 additions and 11 deletions
|
@ -363,7 +363,8 @@ int main(int argc, char** argv)
|
|||
{
|
||||
cout << "Options are a comma separated list of:\n"
|
||||
<< " \"buffer_time=<buffer size [ms]>\" - default 100, min 10\n"
|
||||
<< " \"server=<PulseAudio server>\" - default not-set: use the default server\n";
|
||||
<< " \"server=<PulseAudio server>\" - default not-set: use the default server\n"
|
||||
<< " \"property=<key>=<value>\" - can be set multiple times, default 'media.role=music'\n";
|
||||
}
|
||||
#endif
|
||||
#ifdef HAS_ALSA
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue