mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
module-sap: add opus to sap receiver
This commit is contained in:
parent
e5cf9ba1fd
commit
0520db8d5f
1 changed files with 1 additions and 0 deletions
|
|
@ -268,6 +268,7 @@ static const struct format_info audio_format_info[] = {
|
|||
{ SPA_MEDIA_SUBTYPE_raw, SPA_AUDIO_FORMAT_S16_BE, 2, "L16", "audio", "S16BE" },
|
||||
{ SPA_MEDIA_SUBTYPE_raw, SPA_AUDIO_FORMAT_S24_BE, 3, "L24", "audio", "S16LE" },
|
||||
{ SPA_MEDIA_SUBTYPE_control, 0, 1, "rtp-midi", "midi", NULL },
|
||||
{ SPA_MEDIA_SUBTYPE_opus, 0, 1, "opus", "opus", NULL },
|
||||
};
|
||||
|
||||
static const struct format_info *find_audio_format_info(const char *mime)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue