Skip to content

Commit 62bd500

Browse files
committed
* optimize sensevoice.py & update doc
1 parent 038450a commit 62bd500

File tree

23 files changed

+76
-32
lines changed

23 files changed

+76
-32
lines changed

docs/doc/en/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ title: MaixCAM MaixPy Quick Start
2323
| :-------------------------:| :-------------------------------------------------------------------------------------:|
2424
| Tutorial Documentation 📖 | [wiki.sipeed.com/maixpy/en/](https://wiki.sipeed.com/maixpy/en/) |
2525
| Examples and Source Code <img src="/static/image/github-fill.svg" style="height: 1.5em;vertical-align: middle;"> | [github.com/sipeed/MaixPy](https://github.com/sipeed/MaixPy) |
26-
| MaixCAM Hardware 📷 | [wiki.sipeed.com/maixcam](https://wiki.sipeed.com/maixcam) / [wiki.sipeed.com/maixcam-pro](https://wiki.sipeed.com/maixcam-pro) |
26+
| MaixCAM Hardware 📷 | [wiki.sipeed.com/maixcam](https://wiki.sipeed.com/maixcam) </br> [wiki.sipeed.com/maixcam-pro](https://wiki.sipeed.com/maixcam-pro) </br> [wiki.sipeed.com/maixcam2](https://wiki.sipeed.com/maixcam2)|
2727
| API Documentation 📚 | [wiki.sipeed.com/maixpy/api/](https://wiki.sipeed.com/maixpy/api/index.html) |
2828
| MaixHub App Store 📦 | [maixhub.com/app](https://maixhub.com/app) |
2929
| MaixHub Sharing Square 🎲 | [maixhub.com/share](https://maixhub.com/share) |

docs/doc/en/README_MaixCAM.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ Please explore other applications on your own. More applications will be updated
7474

7575
**Note: The applications only include a part of the functionality that MaixPy can achieve. Using MaixPy, you can create even more features.**
7676

77+
### Logging into the Terminal
78+
79+
If you need to log into the terminal, the default username for `MaixCAM` is `root`, and the password is `root`.
80+
7781
## Use as a Serial Module
7882

7983
> If you want to use the device as the main controller (or if you don't understand what a serial module is), you can skip this step.

docs/doc/en/README_MaixCAM2.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ Please explore other applications on your own. More applications will be updated
7070

7171
**Note: The applications only include a part of the functionality that MaixPy can achieve. Using MaixPy, you can create even more features.**
7272

73+
### Logging into the Terminal
74+
75+
If you need to log into the terminal, the default username for `MaixCAM2` is `root`, and the password is `sipeed`.
76+
7377
## Use as a Serial Module
7478

7579
> If you want to use the device as the main controller (or if you don't understand what a serial module is), you can skip this step.

docs/doc/en/README_no_screen.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ If the virtual network adapter is not detected:
3232
* Check if the USB connection is loose and whether the USB cable is of good quality; you can try using a better-quality cable.
3333
* Ensure that the USB port provides sufficient power. You can try another USB port or even another computer if possible.
3434

35+
### Logging into the Terminal
36+
37+
If you need to log into the terminal, the default username for `MaixCAM` is `root`, and the password is `root`.
38+
3539
## Preparing to Connect the Computer and Device
3640

3741
To enable communication between your computer (PC) and the device (MaixCAM), they need to be on the same local area network. Two methods are provided; we will first use Method 1:

docs/doc/en/audio/deploy_online_recognition.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@ At this point, the ASR model server is up and running.
127127

128128
For brevity, example client code is provided via the following links. Note that most cases require audio data with a sampling rate of 16000Hz and a single channel:
129129

130-
[`MaixCAMMaixCAM` Streaming Recognition](https://github.com/sipeed/MaixPy/blob/main/examples/audio/asr/asr_streaming_websockt_client)
130+
[`MaixCAMMaixCAM` Streaming Recognition](https://github.com/sipeed/MaixPy/blob/main/examples/audio/asr/maix_speech/asr_streaming_websocket_client.py)
131131

132-
[`MaixCAM` Non-Streaming Recognition](https://github.com/sipeed/MaixPy/blob/main/examples/audio/asr/asr_non_streaming_websockt_client)
132+
[`MaixCAM` Non-Streaming Recognition](https://github.com/sipeed/MaixPy/blob/main/examples/audio/asr/maix_speech/asr_non_streaming_websocket_client.py)
133133

134134
```shell
135135
# Update server address

docs/doc/zh/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ title: MaixCAM MaixPy 快速开始
3030
| :-------------------------: | :-------------------------------------------------------------------------------------:|
3131
| MaixPy 教程文档 📖 | [wiki.sipeed.com/maixpy](https://wiki.sipeed.com/maixpy) |
3232
| MaixPy 例程和源码 <img src="/static/image/github-fill.svg" style="height: 1.5em;vertical-align: middle;"> | [github.com/sipeed/MaixPy](https://github.com/sipeed/MaixPy) |
33-
| MaixCAM 硬件资料 📷 | [wiki.sipeed.com/maixcam](https://wiki.sipeed.com/maixcam) / [wiki.sipeed.com/maixcam-pro](https://wiki.sipeed.com/maixcam-pro) |
33+
| MaixCAM 硬件资料 📷 | [wiki.sipeed.com/maixcam](https://wiki.sipeed.com/maixcam) </br> [wiki.sipeed.com/maixcam-pro](https://wiki.sipeed.com/maixcam-pro) </br> [wiki.sipeed.com/maixcam2](https://wiki.sipeed.com/maixcam2) |
3434
| MaixPy API 文档 📚 | [wiki.sipeed.com/maixpy/api/](https://wiki.sipeed.com/maixpy/api/index.html) |
3535
| MaixPy 视频和教程 💿 | [B站搜 MaixCAM 或 MaixPy](https://search.bilibili.com/all?keyword=maixcam&from_source=webtop_search&spm_id_from=333.1007&search_source=5) |
3636
| MaixHub 应用商店 📦 | [maixhub.com/app](https://maixhub.com/app) |

docs/doc/zh/README_MaixCAM.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ Classifier Result video
8383

8484
**注意:应用只包含了 MaixPy 能实现的一部分功能,使用 MaixPy 能创造更多功能**
8585

86+
### 登录终端
87+
88+
如果需要登录终端, `MaixCAM` 默认用户名是 `root`,密码是 `root`
8689

8790
## 作为串口模块使用
8891

@@ -159,5 +162,4 @@ while not app.need_exit(): # 一直循环,直到程序退出(可以
159162
160163
如果想让程序开机自启动,可以在 `设置 -> 开机启动` 中设置。
161164

162-
163165
更多 MaixVision 使用请看 [MaixVision 文档](./basic/maixvision.md)

docs/doc/zh/README_MaixCAM2.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ Classifier Result video
7676

7777
**注意:应用只包含了 MaixPy 能实现的一部分功能,使用 MaixPy 能创造更多功能**
7878

79+
### 登录终端
80+
81+
如果需要通过登录终端, `MaixCAM2` 默认用户名是 `root`,密码是 `sipeed`
7982

8083
## 作为串口模块使用
8184

docs/doc/zh/README_no_screen.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ title: MaixCAM MaixPy 无屏幕版快速开始
3535
* 请确认 USB 有没有松动,以及 USB 线材质量,可以换一根质量好点的线尝试。
3636
* 请确认 USB 口供电足够,可以换一个 USB 口,或者有条件在其它电脑试试。
3737

38+
### 登录终端
39+
40+
如果需要登录终端, `MaixCAM` 默认用户名是 `root`,密码是 `root`
3841

3942
## 准备连接电脑和设备
4043

docs/doc/zh/audio/deploy_online_recognition.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,9 @@ Since you are not providing a certificate, you cannot use your microphone from w
131131

132132
为了简化篇幅这里放了示例客户端代码的链接,自行拷贝。注意大部分情况音频数据要求采样率`16000Hz`, 采样通道为`1`
133133

134-
`MaixCAM`流式识别点击[这里](https://github.com/sipeed/MaixPy/blob/main/examples/audio/asr/asr_streaming_websockt_client)获取代码
134+
`MaixCAM`流式识别点击[这里](https://github.com/sipeed/MaixPy/blob/main/examples/audio/asr/maix_speech/asr_streaming_websocket_client.py)获取代码
135135

136-
`MaixCAM`非流式识别点击[这里](https://github.com/sipeed/MaixPy/blob/main/examples/audio/asr/asr_non_streaming_websockt_client)获取代码
136+
`MaixCAM`非流式识别点击[这里](https://github.com/sipeed/MaixPy/blob/main/examples/audio/asr/maix_speech/asr_non_streaming_websocket_client.py)获取代码
137137

138138
```shell
139139
# 修改服务器地址

0 commit comments

Comments
 (0)