diff --git a/public/mdImages/IMG-26E3E06BA410A4A583D67874EFA2F307.png b/public/mdImages/IMG-26E3E06BA410A4A583D67874EFA2F307.png new file mode 100644 index 0000000..f94181e Binary files /dev/null and b/public/mdImages/IMG-26E3E06BA410A4A583D67874EFA2F307.png differ diff --git a/public/mdImages/IMG-3766F08366080FBC6CFA90E99D014C40.png b/public/mdImages/IMG-3766F08366080FBC6CFA90E99D014C40.png new file mode 100644 index 0000000..9124d86 Binary files /dev/null and b/public/mdImages/IMG-3766F08366080FBC6CFA90E99D014C40.png differ diff --git a/public/mdImages/IMG-A5FC835FCE95BF1B2F41D8C92AF396AD.png b/public/mdImages/IMG-A5FC835FCE95BF1B2F41D8C92AF396AD.png new file mode 100644 index 0000000..a4bfab0 Binary files /dev/null and b/public/mdImages/IMG-A5FC835FCE95BF1B2F41D8C92AF396AD.png differ diff --git a/public/mdImages/IMG-A799C354077C63D32B329D50E9FE2A7D.gif b/public/mdImages/IMG-A799C354077C63D32B329D50E9FE2A7D.gif new file mode 100644 index 0000000..a40e58a Binary files /dev/null and b/public/mdImages/IMG-A799C354077C63D32B329D50E9FE2A7D.gif differ diff --git a/src/content/post/使用macOS自带的语音听写功能作为输入方式,省时省力.md b/src/content/post/使用macOS自带的语音听写功能作为输入方式,省时省力.md new file mode 100644 index 0000000..9fef2a3 --- /dev/null +++ b/src/content/post/使用macOS自带的语音听写功能作为输入方式,省时省力.md @@ -0,0 +1,56 @@ +--- +toAstro: true +astroType: post +published: true +toWexin: null +toJuejin: null +toZhihu: null +date: 2025-03-20T00:00:00.000Z +tags: + - 大模型 + - 听写 + - 文本润色 + - 语音输入 + - macOS +category: null +slug: using-macos-built-in-voice-dictation-as-input +description: null +title: 使用macOS自带的语音听写功能作为输入方式,省时省力 +date_created: 20250320 +date_modified: 20250320 +--- + +## 太长不看 + +步骤如下: + +``` mermaid +graph TD + A[用户通过macOS语音输入] -->|生成文本| B[原始文本] + B -->|输入到大模型| C[大模型处理] + C -->|润色后的文本| D[最终输出] +``` + +--- + +## 具体步骤 + +[在 Mac 上听写信息和文稿 - 官方 Apple 支持 (中国)]() + +![IMG-A5FC835FCE95BF1B2F41D8C92AF396AD]() +快捷键可以自己设置(搜索 “键盘” 进入入口),默认是按下两次 ctrl 键 + +![IMG-3766F08366080FBC6CFA90E99D014C40]() + +实时识别的效果: +![IMG-A799C354077C63D32B329D50E9FE2A7D]() + +Cherry Studio 自带的助手的提示词: + +``` plaintext +Using concise and clear language, please edit the following passage to improve its logical flow, eliminate any typographical errors. Be sure to maintain the original meaning of the text. The entire conversation and instructions should be provided in Chinese. Please begin by editing the following text: [语音文字输入]. +``` + +最后的效果: + +![IMG-26E3E06BA410A4A583D67874EFA2F307]()