diff --git a/internal/ffmpeg/device/device_windows.go b/internal/ffmpeg/device/device_windows.go index 8bae19c4..b68c677b 100644 --- a/internal/ffmpeg/device/device_windows.go +++ b/internal/ffmpeg/device/device_windows.go @@ -89,6 +89,7 @@ func initDevices() { stream.URL += "#video=h264#hardware" case core.KindAudio: audios = append(audios, name) + stream.URL += "&channels=1&sample_rate=16000&audio_buffer_size=10" } streams = append(streams, stream)