Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kn007 committed Apr 10, 2016
1 parent 89e0609 commit 8662f2b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Description
Decode silk v3 audio files (like wechat amr files, qq slk files).
Decode silk v3 audio files (like wechat amr files, qq slk files) and convert to other format (like mp3).
Batch conversion support.

<a href="https://github.com/kn007/silk-v3-decoder/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-MIT-green.svg?style=flat"></a>
Expand Down Expand Up @@ -31,7 +31,7 @@ E.g., convert a file:
sh converter.sh 33921FF3774A773BB193B6FD4AD7C33E.slk mp3
```
Notice: the `33921FF3774A773BB193B6FD4AD7C33E.slk` is an audio file you need to convert, the `mp3` is a format you need to output.
***

If you need to convert all audio files in one folder, now batch conversion support, using like this:
```
sh converter.sh input ouput mp3
Expand All @@ -42,9 +42,10 @@ Notice: the `input` folder is content the audio files you need to convert, the `

[kn007's blog](http://kn007.net)

***

## 中文说明
解码silk v3音频文件(类似微信的amr文件、QQ的slk文件)。
解码silk v3音频文件(类似微信的amr文件、QQ的slk文件)并转换为其它格式(如MP3)
支持批量转换。

<a href="https://github.com/kn007/silk-v3-decoder/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-MIT-green.svg?style=flat"></a>
Expand Down Expand Up @@ -76,7 +77,7 @@ sh converter.sh silk_v3_file/input_folder output_format/output_folder flag(forma
sh converter.sh 33921FF3774A773BB193B6FD4AD7C33E.slk mp3
```
注意:其中`33921FF3774A773BB193B6FD4AD7C33E.slk`是要转换的文件,而`mp3`是最终转换后输出的格式。
***

如果你需要批量转换,比如转换某个目录,那么使用:
```
sh converter.sh input ouput mp3
Expand Down

0 comments on commit 8662f2b

Please sign in to comment.