Dadangdut33 / Speech-Translate

A realtime speech transcription and translation application using Whisper OpenAI and free translation API. Interface made using Tkinter. Code written fully in Python.
MIT License
436 stars 55 forks source link

[BUG]RUN ERROR #17

Closed martjay closed 1 year ago

martjay commented 1 year ago

Traceback (most recent call last): File "Main.py", line 969, in File "Main.py", line 247, in init File "speech_translate\utils\Record.py", line 35, in getInputDevices File "sounddevice.py", line 564, in query_devices File "sounddevice.py", line 564, in File "sounddevice.py", line 578, in query_devices UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc2 in position 6: invalid continuation byte [20716] Failed to execute script 'Main' due to unhandled exception!

OS: windows 11 pro x64

Python: 3.10.6

GUI: GPU version last

Dadangdut33 commented 1 year ago

hmm, what is your sounddevice version?

Dadangdut33 commented 1 year ago

i will close this for now until you provide more context/details as i couldn't replicate the problem