Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcelibs authored Dec 26, 2023
1 parent e8b422b commit 1463bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Local-Windows/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def record_audio(stream_url, duration, output_filename):
return False
return True

# 转写音频的函数
# 轉寫聲音函數
def transcribe_audio(file_path, language="japanese"):
try:
# 使用 Faster Whisper 进行转录
Expand Down

0 comments on commit 1463bc3

Please sign in to comment.