tripled-yang

Results 3 comments of tripled-yang

目前仍然存在/huqie.txt找不到的问题, 我去代码去翻了翻也没翻到 朋友 > > 目前仍然存在/huqie.txt找不到的问题 > > 把pdf解析的模型放在找不到文件的目录上就可以了,具体可以看一下他在5月27的commit或者python指南的pdf那一块

Good day, Sir Could you have more observations on this issue (I do not see this issue in the real-time transcribe from microphone) By the way, just a question, where...

just simply call client(), and it will choose the current microphone bro @AdolfVonKleist ``` from whisper_live.client import TranscriptionClient client = TranscriptionClient( "192.168.1.100", 9090, translate=False, model="large", save_output_recording=True, output_recording_filename="./output_recording.wav" ) client() ```