LADI
/
spa
1
Fork 0

pulse-tunnel: follow pulseaudio for default format

This commit is contained in:
Nicolai Syvertsen 2021-10-07 15:39:11 +02:00
parent 28c2e8ca56
commit dea1755b68
1 changed files with 1 additions and 1 deletions

View File

@ -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;