https://github.com/summershrimp/obs-auto-subtitle
Show the subtitle as long as you speak
https://github.com/summershrimp/obs-auto-subtitle
obs subtitle transcript
Last synced: 6 months ago
JSON representation
Show the subtitle as long as you speak
- Host: GitHub
- URL: https://github.com/summershrimp/obs-auto-subtitle
- Owner: summershrimp
- License: gpl-2.0
- Created: 2020-06-10T17:10:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-06T17:25:59.000Z (10 months ago)
- Last Synced: 2024-12-06T17:38:12.382Z (10 months ago)
- Topics: obs, subtitle, transcript
- Language: C++
- Homepage:
- Size: 917 KB
- Stars: 256
- Watchers: 9
- Forks: 31
- Open Issues: 8
-
Metadata Files:
- Readme: README-zh.md
- License: LICENSE
Awesome Lists containing this project
README
# obs-auto-subtitle
OBS自动字幕插件,一边讲话一边自动生成字幕!目前仅支持普通话
[English](./README.md)
## Feature
- **自动字幕过滤器** : 转码音频并发送到云平台。
- **阿里云 NLS**: 支持使用阿里云 NLS 服务进行字幕生成。
- **讯飞AI云 RTASR**: 支持使用讯飞 AI 云 RTASR 服务进行字幕生成。
- **华为云 RASR**: 支持使用华为云 RASR 服务进行字幕生成。## Downloads
Windows/macOS 系统的安装包可以从 [Releases](https://github.com/summershrimp/obs-auto-subtitle/releases) 页面下载。## 使用说明
### 创建文字源
创建 **文本(GDI+/Freetype2)** 文字源 ~~**文本(Freetype2)** 文字源(Windows版OBS在过时源中)~~,并调整相关设置。推荐设置最大宽度为画布宽度 (仅freetype),推荐修改源名称。
### 创建自动字幕滤镜
选择您想用于生成字幕的音频源,并添加滤镜
添加自动字幕滤镜,并设置文字源为上一步创建的文字源。

选择您想使用的语音识别服务提供商。
### 讯飞云参数
登陆讯飞云,并完成身份验证和购买,应购买**实时语音转写**服务。随后在控制台页面找到**实时语音转写**服务的`AppId`和`ApiKey`,并填写到插件对应选项中。
https://console.xfyun.cn/services/rta
### 阿里云参数
登陆阿里云,完成身份验证和服务开通,应购买**智能语音交互**服务。随后在控制台页面新建项目
https://nls-portal.console.aliyun.com/overview
AccessKey 和 Secret 的生成请阅读
https://help.aliyun.com/document_detail/116401.htm
### 华为云参数
登录华为云,完成身份验证和服务开通
https://www.huaweicloud.com/product/rasr.html项目ID请参考以下链接
https://support.huaweicloud.com/api-iam/iam_17_0002.html鉴权参数的获取请参考以下链接的 “Token认证” 部分
https://support.huaweicloud.com/sis_faq/sis_04_0077.html## 交流群
Discord(仅英文): https://discord.gg/uFpTbh3AVC
QQ(仅中文):

## 自动化构建
[](https://github.com/summershrimp/obs-auto-subtitle/actions/workflows/push.yaml)