Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jdeng/silk2wav
Convert wechat audio files to wav format
https://github.com/jdeng/silk2wav
Last synced: 12 days ago
JSON representation
Convert wechat audio files to wav format
- Host: GitHub
- URL: https://github.com/jdeng/silk2wav
- Owner: jdeng
- License: apache-2.0
- Created: 2017-12-22T03:36:40.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-19T01:25:57.000Z (almost 7 years ago)
- Last Synced: 2024-12-18T22:02:14.233Z (28 days ago)
- Language: C
- Size: 330 KB
- Stars: 7
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# silk2wav
Convert wechat audio files (Skype silk format) to wav format# Build
```go build```
Tested under MacOS X# Usage
```Usage: ./silk2wav inputfile outputfile```# License
silk source code (/interface & /src) is from https://github.com/collects/silk and under the Skype license.
silk.go is under the Apache license