-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
whisper开始转写报错,阿里ASR和必剪ASR都可以用,什么原因阿 #1
Comments
Active code page: 65001 To create a public link, set 01-21 17:32:59 | INFO | subprocess_utils.py:14 | Running: short_audio_transcribe_whisper.py --model_name em --language zh --mytype medium --input_file F:\Bert-Vits2_Audio_Tool\wavs\ --file_pos F:\Bert-Vits2_Audio_Tool\wavs 求大神帮忙~~!! |
您好,没有安装ffmpeg,或者没有配置ffmpeg的环境变量 请使用winget install ffmpeg 进行安装 |
谢谢大神 我试一下~!! |
|
Error: Traceback (most recent call last):
File "F:\Bert-Vits2_Audio_Tool\short_audio_transcribe_whisper.py", line 162, in
text = transcribe_one(f"{input_file}"+wav_file,mytype)
File "F:\Bert-Vits2_Audio_Tool\short_audio_transcribe_whisper.py", line 51, in transcribe_one
audio = whisper.load_audio(audio_path)
File "F:\Bert-Vits2_Audio_Tool\venv\lib\site-packages\whisper\audio.py", line 58, in load_audio
out = run(cmd, capture_output=True, check=True).stdout
File "F:\Bert-Vits2_Audio_Tool\venv\lib\subprocess.py", line 505, in run
with Popen(*popenargs, **kwargs) as process:
File "F:\Bert-Vits2_Audio_Tool\venv\lib\subprocess.py", line 951, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "F:\Bert-Vits2_Audio_Tool\venv\lib\subprocess.py", line 1436, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] 系统找不到指定的文件。
The text was updated successfully, but these errors were encountered: