tools: add beginnings of DSD player

This commit is contained in:
Wim Taymans 2021-09-10 18:03:16 +02:00
parent 1b5d02dd31
commit 43b27002eb
4 changed files with 435 additions and 2 deletions

View file

@ -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 */
};