Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kn007 committed Feb 7, 2016
1 parent 6fe76a8 commit 6fd2d11
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,21 @@
# silk-v3-decoder
## Description
Decode silk v3 audio files (like wechat amr files, qq slk files)

## Requirement

* gcc
* ffmpeg

## How To Use

```
sh convert.sh silk_v3_file output_format
```
e.g.
```
sh convert.sh 33921FF3774A773BB193B6FD4AD7C33E.slk mp3
```

## About

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

0 comments on commit 6fd2d11

Please sign in to comment.