Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lemisky authored Oct 25, 2024
1 parent 07acbba commit 17d5d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ data**](https://en.wikipedia.org/wiki/Pulse-code_modulation) 完成的
2. PCM ➜ 音频文件
```bat
ffmpeg -y -f s16le -ar <采样率> ~-ac <声道数>~ -i <PCM输入文件> <音频输出文件>
ffmpeg -y -f s16le -ar <采样率> -ac <声道数> -i <PCM输入文件> <音频输出文件>
```
1. `-f`: 这里必须为 `s16le`, 同样也是由 **SILK** 决定的
2. `-ar`: 同上
Expand Down

0 comments on commit 17d5d00

Please sign in to comment.