mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-06-28 09:27:12 -04:00
If the sample format used by PulseAudio can not be converted into an OBS audio format it will be handled as AUDIO_FORMAT_UNKNOWN which will not result in a proper audio recording. So instead we request a format that OBS supports from PulseAudio and let it do the format conversion.