Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jdeng/amr2wav

WeChat AMR audio files to wav format
https://github.com/jdeng/amr2wav

Last synced: 12 days ago
JSON representation

WeChat AMR audio files to wav format

Awesome Lists containing this project

README

        

# amr2wav
convert AMR audio files to wav format

Decoder code is from OpenCore-AMR from the mirror https://github.com/VFR-maniac/opencore-amr. The files are copied into one directory to make ```go build``` easier.

Please see ```amr2wav.go``` for details.

# Build
```go build```

Tested under MacOS X

# Usage
```Usage: ./amr2wav inputfile outputfile```

# License
Decoder code is under its original license.

amr2wav.go is under the Apache license