mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-29 10:17:16 +02:00
Update configuration.md
This commit is contained in:
parent
57f09c09e3
commit
26c7d6cf58
1 changed files with 11 additions and 1 deletions
|
@ -25,9 +25,11 @@ Available types are:
|
|||
### pipe
|
||||
|
||||
```sh
|
||||
pipe:///<path/to/pipe>?name=<name>[&mode=create][&dryout_ms=2000], mode can be "create" or "read"
|
||||
pipe:///<path/to/pipe>?name=<name>[&mode=create][&dryout_ms=2000]
|
||||
```
|
||||
|
||||
`mode` can be `create` or `read`. Sometimes your audio source might insist in creating the pipe itself. So the pipe creation mode can by changed to "not create, but only read mode", using the `mode` option set to `read`
|
||||
|
||||
### librespot
|
||||
|
||||
```sh
|
||||
|
@ -37,18 +39,24 @@ librespot:///<path/to/librespot>?name=<name>[&dryout_ms=2000][&username=<my user
|
|||
note that you need to have the librespot binary on your machine
|
||||
sampleformat will be set to `44100:16:2`
|
||||
|
||||
TODO: description of the parameters
|
||||
|
||||
### file
|
||||
|
||||
```sh
|
||||
file:///<path/to/PCM/file>?name=<name>
|
||||
```
|
||||
|
||||
TODO: description of the parameters
|
||||
|
||||
### process
|
||||
|
||||
```sh
|
||||
process:///<path/to/process>?name=<name>[&dryout_ms=2000][&wd_timeout=0][&log_stderr=false][¶ms=<process arguments>]
|
||||
```
|
||||
|
||||
TODO: description of the parameters
|
||||
|
||||
### airplay
|
||||
|
||||
```sh
|
||||
|
@ -58,6 +66,8 @@ airplay:///<path/to/airplay>?name=<name>[&dryout_ms=2000][&port=5000]
|
|||
note that you need to have the airplay binary on your machine
|
||||
sampleformat will be set to `44100:16:2`
|
||||
|
||||
TODO: description of the parameters
|
||||
|
||||
### tcp server
|
||||
|
||||
```sh
|
||||
|
|
Loading…
Add table
Reference in a new issue