当前位置:   article > 正文

OpenAI之Whisper实时语音分析转文字_openai语音转写

openai语音转写

1.安装ffmpeg

2.安装python3.11

3.安装whisper

pip install whisper

conda环境安装whisper

 conda install whisper

命令行安装openai-whisper

pip install openai-whisper

 

设置环境变量

 4.分析语音并输出(默认使用GPU计算,如果没有安装CUDA,请使用CPU)

 whisper ./test.m4a --model small --output_format srt --language Chinese

5.使用CPU计算分析音频并输出

whisper ./test.m4a --model small --output_format srt --language Chinese --device cpu

 CPU分析音频会比GPU慢

使用python脚本操作whisper:

 

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/一键难忘520/article/detail/799793
推荐阅读
相关标签
  

闽ICP备14008679号