2026/4/7 5:52:15
网站建设
项目流程
网站编程赚钱,汽车服务网站建设方案,自助搭建平台,手机网站建设哪家公司好下载
https://github.com/agermanidis/autosub
它是基于Google Web Speech API实现的#xff0c;需要翻墙请求外部接口 通过python安装项目#xff0c;会下载对应的autosub到环境变量
pip install githttps://github.com/agermanidis/autosub.git 输入以下命令有返回则代表…下载https://github.com/agermanidis/autosub它是基于Google Web Speech API实现的需要翻墙请求外部接口通过python安装项目会下载对应的autosub到环境变量pip install githttps://github.com/agermanidis/autosub.git输入以下命令有返回则代表安装成功autosub -h让本地http请求走代理端口(这里演示我本地的mac环境其他环境差不多要启动一个翻墙服务一般都是暴露1090端口)vim ~/.zshrcalias setproxyexport ALL_PROXYhttp://127.0.0.1:1090alias unsetproxyunset ALL_PROXY让环境变量生效souce ~/.zshrcsetproxy最后执行转字幕命令autosub -S zh-CN -D zh-CN test.mp4 之前发现卡住了parse过程很慢后面联想到请求googel接口问题需要翻墙最后执行成功了生成的效果还可以