mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-29 02:07:55 +02:00
Add information about the sample format
This commit is contained in:
parent
860c0e5c8f
commit
da11253b97
1 changed files with 3 additions and 0 deletions
|
@ -23,6 +23,9 @@ stream = pipe:///tmp/snapfifo?name=default
|
|||
...
|
||||
```
|
||||
|
||||
The sampleformat is a triple of `<samplerate>:<bit depth>:<channels>`, e.g. `44100:16:2`.
|
||||
The PCM samples (bit depth) must be encoded signed, little endian in 8, 16, 24, or 32 bit, where 24 is expected to be encoded in the lower three bytes of a 32 bit word.
|
||||
|
||||
## About the notation
|
||||
|
||||
In this document some expressions are in brackets:
|
||||
|
|
Loading…
Add table
Reference in a new issue