Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ OpenLess 只做一件事:**把语音变成可用的书面文字(尤其是 AI
2. 打开「设置 → 权限」确认全局快捷键监听器已启动。
3. 在「设置」中填入火山引擎 ASR 和 Ark 凭据。

不会配火山 ASR 的话,直接看这篇图文引导:
[OpenLess 火山 ASR 配置](docs/volcengine-setup.md)

完整使用步骤见 [USAGE.md](USAGE.md)。

## 从源码构建(开发者)
Expand Down
3 changes: 3 additions & 0 deletions USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@

### 填入凭据

不会配火山 ASR 的话,先看这篇图文引导:
[OpenLess 火山 ASR 配置](docs/volcengine-setup.md)

打开 OpenLess → **设置**,填入以下字段:

| 字段 | 说明 |
Expand Down
Binary file added docs/images/volcengine-setup/01-login.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 35 additions & 0 deletions docs/volcengine-setup.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# OpenLess 火山 ASR 配置

1. 登录火山引擎
<https://console.volcengine.com/auth/login/>

![登录火山引擎](./images/volcengine-setup/01-login.png)

2. 创建旧版应用
创建时勾选 `豆包流式语音识别模型2.0 小时版`
<https://console.volcengine.com/speech/app?opt=create>

![创建旧版应用并勾选小时版](./images/volcengine-setup/02-create-legacy-app.png)

3. 打开豆包流式语音识别模型 2.0 管理页
`APP ID` 和 `Access Token` 在页面最下方
<https://console.volcengine.com/speech/service/10038?AppID=&opt=create>
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Point step 3 to an app-specific ASR page

The step-3 URL hardcodes AppID= as empty, so users who follow the guide verbatim can land on a generic/create view instead of the selected app’s detail page where their real APP ID and Access Token are shown. In that case they cannot complete step 4 without guessing how to navigate manually, which defeats this “simple setup” flow.

Useful? React with 👍 / 👎.


![流式语音识别模型 2.0 管理页](./images/volcengine-setup/03-streaming-asr-page.png)

4. 复制到 OpenLess 的 `Settings` 页面

打开:

`Settings -> Providers -> ASR`

![复制到 OpenLess 的 Settings 页面](./images/volcengine-setup/04-openless-settings.png)

填这两个:

- `APP ID`
- `Access Token`

不用填:

- `Secret Key`
Loading