mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
tools: add beginnings of DSD player
This commit is contained in:
parent
1b5d02dd31
commit
43b27002eb
4 changed files with 435 additions and 2 deletions
|
|
@ -62,7 +62,7 @@ extern "C" {
|
|||
struct spa_audio_info_dsd {
|
||||
enum spa_param_bitorder bitorder; /*< the order of the bits */
|
||||
uint32_t flags; /*< extra flags */
|
||||
uint32_t rate; /*< sample rate */
|
||||
uint32_t rate; /*< sample rate (in bits per second) */
|
||||
uint32_t channels; /*< channels */
|
||||
uint32_t position[SPA_AUDIO_MAX_CHANNELS]; /*< channel position from enum spa_audio_channel */
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue