mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
audioconvert: handle S8/S8P raw audio formats
This commit is contained in:
parent
aabf879bb0
commit
bc1f9d304f
8 changed files with 159 additions and 3 deletions
|
|
@ -83,6 +83,7 @@ enum spa_audio_format {
|
|||
SPA_AUDIO_FORMAT_S24P,
|
||||
SPA_AUDIO_FORMAT_F32P,
|
||||
SPA_AUDIO_FORMAT_F64P,
|
||||
SPA_AUDIO_FORMAT_S8P,
|
||||
|
||||
/* other formats start here */
|
||||
SPA_AUDIO_FORMAT_START_Other = 0x400,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue