# DesktopSubtitles **Repository Path**: Ch3nnnnnnnnnn/desktop-subtitles ## Basic Information - **Project Name**: DesktopSubtitles - **Description**: 这是一个基于Java11 + idea 2021.2.2 有道智能云Ai-实时语音翻译转写实现的翻译桌面字幕。 代码实现非常简单,根据有道智能云开发文档里面的demo代码复制粘贴就完成了。 实时语音识别的效果不错,可以用于在线小语种教学视频。 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 8 - **Forks**: 0 - **Created**: 2021-12-16 - **Last Updated**: 2025-05-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: Java, Javafx ## README # 桌面字幕——实时语音翻译 #### 介绍 这是一个基于Java11 + idea 2021.2.2 有道智能云Ai-实时语音翻译转写实现的翻译桌面字幕。 代码实现非常简单,根据有道智能云开发文档里面的demo代码复制粘贴就完成了。 实时语音识别的效果不错,可以用于在线小语种教学视频。 #### 效果 ![image](https://gitee.com/Ch3nnnnnnnnnn/desktop-subtitles/raw/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)