Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cybertk/amrnb_to_pcm_transcoded
transcode server
https://github.com/cybertk/amrnb_to_pcm_transcoded
Last synced: about 2 months ago
JSON representation
transcode server
- Host: GitHub
- URL: https://github.com/cybertk/amrnb_to_pcm_transcoded
- Owner: cybertk
- Created: 2011-05-15T15:21:59.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-06-21T13:26:10.000Z (over 13 years ago)
- Last Synced: 2024-04-14T23:28:38.020Z (9 months ago)
- Language: C++
- Homepage:
- Size: 1.64 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Convert the AMR-NB frames to PCM on server side.
Simple FLow:
1/, Receive AMR-NB frames.
2/, Decode frames to PCM16-LE.
3/, Send PCM data back.The AMR codec we used can be downloaded from http://ftp.penguin.cz/pub/users/utx/amr/amrnb-7.0.0.2.tar.bz2