mirror of
https://github.com/AlexxIT/go2rtc.git
synced 2025-10-11 19:20:15 +08:00
Update Windows USB audio default settings
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user