diff --git a/dist/underbridge b/dist/underbridge index e4d9143..34ee2f6 100755 Binary files a/dist/underbridge and b/dist/underbridge differ diff --git a/underbridge.py b/underbridge.py index f0cba5d..91bd6e8 100644 --- a/underbridge.py +++ b/underbridge.py @@ -62,7 +62,7 @@ def getAudioDevice(): devinfo = p.get_device_info_by_index(audio_device) try: devinfo = p.get_device_info_by_index(audio_device) - test = p.is_format_supported(48100, input_device=devinfo['index'], input_channels=devinfo['maxInputChannels'],input_format=pyaudio.paInt16) + test = p.is_format_supported(48000, input_device=devinfo['index'], input_channels=devinfo['maxInputChannels'],input_format=pyaudio.paInt16) RATE = 48000 print("48kHz") except: