mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
spa: add alaw and ulaw defines
Add alaw and ulaw as raw formats.
This commit is contained in:
parent
fd82da938a
commit
d0d7f2f20b
2 changed files with 6 additions and 0 deletions
|
|
@ -93,6 +93,9 @@ enum spa_audio_format {
|
|||
/* other formats start here */
|
||||
SPA_AUDIO_FORMAT_START_Other = 0x400,
|
||||
|
||||
SPA_AUDIO_FORMAT_ULAW,
|
||||
SPA_AUDIO_FORMAT_ALAW,
|
||||
|
||||
/* Aliases */
|
||||
|
||||
/* DSP formats */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue