mirror of
https://github.com/KazooTTT/kazoottt-blog-v2.git
synced 2025-06-16 23:41:20 +08:00
Update docs and sort content
This commit is contained in:
BIN
public/mdImages/IMG-26E3E06BA410A4A583D67874EFA2F307.png
Normal file
BIN
public/mdImages/IMG-26E3E06BA410A4A583D67874EFA2F307.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 MiB |
BIN
public/mdImages/IMG-3766F08366080FBC6CFA90E99D014C40.png
Normal file
BIN
public/mdImages/IMG-3766F08366080FBC6CFA90E99D014C40.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 MiB |
BIN
public/mdImages/IMG-A5FC835FCE95BF1B2F41D8C92AF396AD.png
Normal file
BIN
public/mdImages/IMG-A5FC835FCE95BF1B2F41D8C92AF396AD.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.9 MiB |
BIN
public/mdImages/IMG-A799C354077C63D32B329D50E9FE2A7D.gif
Normal file
BIN
public/mdImages/IMG-A799C354077C63D32B329D50E9FE2A7D.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 MiB |
56
src/content/post/使用macOS自带的语音听写功能作为输入方式,省时省力.md
Normal file
56
src/content/post/使用macOS自带的语音听写功能作为输入方式,省时省力.md
Normal file
@ -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 支持 (中国)](<https://support.apple.com/zh-cn/guide/mac-help/mh40584/mac>)
|
||||
|
||||

|
||||
快捷键可以自己设置(搜索 “键盘” 进入入口),默认是按下两次 ctrl 键
|
||||
|
||||

|
||||
|
||||
实时识别的效果:
|
||||

|
||||
|
||||
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: [语音文字输入].
|
||||
```
|
||||
|
||||
最后的效果:
|
||||
|
||||

|
Reference in New Issue
Block a user