Skip to content

idonecc/MyType-voice-input

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyType 语音输入法

MyType 是一款 macOS 语音输入工具。 你可以直接按设定好的快捷键开始说话,把语音识别成文字后自动写入当前正在输入的文本框。

这个公开仓库只保留与软件本身直接相关的内容:

  • macOS 应用源码
  • 构建与打包脚本
  • 单元测试
  • 核心技术说明文档

这个仓库不会包含以下内容:

  • 私人 API 或云端密钥
  • 本地模型文件与虚拟环境
  • 个人样本、开发日志、阶段性工作记录
  • 设计源文件、截图素材与品牌资源

下载

解压后将 MyType.app 拖入「应用程序」文件夹即可。

如果通过 DMG 安装时遇到问题,可以直接下载项目源码,使用 Xcode 打开 apps/mac-ime/Package.swift,或在 apps/mac-ime 目录执行 swift run MyTypeIMEDemo 启动。确认能够正常运行后,也可以自行重新封装 DMG 安装包再安装。

主要能力

  • 通过快捷键启动语音输入
  • 支持本地识别、云端识别和混合模式
  • 支持实时预览与最终文本插入
  • 支持个人词库与语气词过滤
  • 支持 API 自定义配置与连通性测试
  • 支持本地模型下载、部署与删除

仓库结构

  • apps/mac-ime 当前 macOS 应用实现
  • core/asr 识别层说明
  • core/text-processor 文本后处理说明
  • core/lexicon 词库能力说明
  • docs 公开保留的产品与技术文档

文档入口

隐私说明

  • 云端模式默认不附带任何 API 凭证,使用者需要自行配置。
  • 本地模式速度会受设备性能、系统负载和模型档位影响。
  • 首次公开版本仅保留软件相关文件,不包含个人记录或历史素材。

English

MyType is a macOS voice input project focused on making speech-to-text feel practical in everyday desktop workflows.

This public repository intentionally keeps only software-related materials:

  • macOS application source code
  • build and packaging scripts
  • unit tests
  • core technical documentation

The repository does not include:

  • private API credentials
  • local model files or virtual environments
  • personal notes, sample records, or development logs
  • design source files, screenshots, or branded assets

Download

Unzip and drag MyType.app into your Applications folder.

If DMG installation fails, you can download the project source directly, open apps/mac-ime/Package.swift in Xcode, or run swift run MyTypeIMEDemo inside apps/mac-ime. Once the app runs normally, you can also repackage a DMG locally and install from that build.

Docs

Privacy

  • Cloud mode ships without bundled API credentials.
  • Local mode responsiveness depends on hardware performance, system load, and model size.
  • This open-source snapshot excludes personal materials and historical work logs.

About

MyType 是一款 macOS 语音输入法,支持本地 ASR、实时预览、自定义云端 API 与快捷键输入。 A macOS voice input app with local ASR, live preview, and custom cloud API support.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Swift 98.4%
  • Shell 1.2%
  • Python 0.4%