An open API service indexing awesome lists of open source software.

https://github.com/ch3nnn/desktopsubtitles

💻桌面字幕——实时语音翻译📢 实时语音识别的效果不错,可以用于在线小语种教学视频。
https://github.com/ch3nnn/desktopsubtitles

java11 javafx

Last synced: 13 days ago
JSON representation

💻桌面字幕——实时语音翻译📢 实时语音识别的效果不错,可以用于在线小语种教学视频。

Awesome Lists containing this project

README

        

# 桌面字幕——实时语音翻译

#### 介绍
这是一个基于Java11 + idea 2021.2.2 有道智能云Ai-实时语音翻译转写实现的翻译桌面字幕。
代码实现非常简单,根据有道智能云开发文档里面的demo代码复制粘贴就完成了。

实时语音识别的效果不错,可以用于在线小语种教学视频。

#### 效果
![image](https://github.com/ct437383389/DesktopSubtitles/blob/master/src/main/resources/1642039479710824.gif)

#### 技术栈
* 使用 JavaFx 实现透明窗口 + Label
* Java11

#### 使用方式
填写 StreamSpeechTask run方法 智能云 appKey appSecret

#### 资料
* 在此感谢大佬提供参考源码实时语音翻译 [https://github.com/yi-ge/desktop-subtitle](https://github.com/yi-ge/desktop-subtitle)
* 有道智能云实时语音翻译文档[https://ai.youdao.com/streamingAudio.s](https://ai.youdao.com/streamingAudio.s)