cyberofficial / Synthalingua

Synthalingua - Real Time Translation
http://synthalingua.site/
GNU Affero General Public License v3.0
236 stars 17 forks source link

--no_log / cant see any transcriptions/translations #149

Closed OE3JGW closed 23 hours ago

OE3JGW commented 1 week ago

hello, when im using --no_log i can not see any transcriptions anymore. i thought i should only see the translations when using this argument. see screenshots. if im removing this argument, everything works fine.

@echo off cls call "data_whisper\Scripts\activate.bat" call ffmpeg_path.bat python transcribe_audio.py --ram 12gb-v3 --microphone_enabled True --set_microphone 3 --translate --target_language en --no_log pause

image

cyberofficial commented 1 week ago

Thanks for the report. I will look at this. I might've changed a line by accident regarding logging and debugging.

cyberofficial commented 6 days ago

Hello! Could you please download this file: https://github.com/cyberofficial/Synthalingua/blob/bleeding-under-work/transcribe_audio.py and replace it with the current one you have and check to see if this fixes your issue?

OE3JGW commented 23 hours ago

this fixed the issue, thanks :) sorry for the late reply!