Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jdeng/amr2wav
- Owner: jdeng
- License: apache-2.0
- Created: 2018-03-18T01:37:24.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-16T05:37:26.000Z (almost 6 years ago)
- Last Synced: 2024-12-18T22:02:11.752Z (28 days ago)
- Language: C++
- Size: 347 KB
- Stars: 9
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# amr2wav
convert AMR audio files to wav formatDecoder 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