mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-01-23 13:35:12 +03:00
fix: server device mode channel num
This commit is contained in:
parent
5ebd92bb4b
commit
5205bf77ad
@ -164,7 +164,7 @@ class VoiceChanger:
|
||||
continue
|
||||
|
||||
currentInputChannelNum = serverInputAudioDevice.maxInputChannels
|
||||
currentOutputChannelNum = serverInputAudioDevice.maxOutputChannels
|
||||
currentOutputChannelNum = serverOutputAudioDevice.maxOutputChannels
|
||||
|
||||
vc.settings.serverInputAudioSampleRate = (
|
||||
self.voiceChanger.get_processing_sampling_rate()
|
||||
|
Loading…
Reference in New Issue
Block a user