mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-01-26 14:13:19 +00:00
pulse-tunnel: follow pulseaudio for default format
This commit is contained in:
parent
28c2e8ca56
commit
dea1755b68
@ -717,7 +717,7 @@ static void parse_audio_info(struct pw_properties *props, struct spa_audio_info_
|
||||
*info = SPA_AUDIO_INFO_RAW_INIT(
|
||||
.rate = 48000,
|
||||
.channels = 2,
|
||||
.format = SPA_AUDIO_FORMAT_F32_LE);
|
||||
.format = SPA_AUDIO_FORMAT_S16);
|
||||
|
||||
if ((str = pw_properties_get(props, PW_KEY_AUDIO_FORMAT)) != NULL) {
|
||||
uint32_t id;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user