Audio (333) Datatype (50) Demo (199) Development (580) Document (21) Driver (96) Emulation (146) Game (949) Graphics (488) Library (108) Network (224) Office (61) Utility (881) Video (65)
Total files: 4201
Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
|
Amr | Description: | Encode/decode 3GPP AMR files | Download: | amr.lha (TIPS: Use the right click menu if your browser takes you back here all the time) | Size: | 837kb | Version: | 7.0.0 | Date: | 04 Nov 2008 | Author: | Fredrik Wikström (AmigaOS port) | Submitter: | Fredrik Wikström | Email: | fredrik/a500 org | Homepage: | http://a500.org | Category: | audio/misc | License: | Other | Distribute: | yes | Min OS Version: | 4.0 | FileID: | 4206 | | | Comments: | 0 | Snapshots: | 0 | Videos: | 0 | Downloads: | 191 (Current version) | | 191 (Accumulated) | Votes: | 0 (0/0) (30 days/7 days) | |
Latest versions of the 3GPP AMR reference implementation decoder/encoder
commandline tools compiled for AmigaOS4.
amrnb 7.0.0:
http://www.3gpp.org/ftp/Specs/html-info/26104.htm
amrwb 7.1.0:
http://www.3gpp.org/ftp/Specs/html-info/26204.htm
Usage:
Encoding:
sox test.wav -r 8000 test.sw
amrnb-encoder test.sw test.amr
Decoding:
amrnb-decoder test.amr test.sw
sox -r 8000 test.sw test.wav
|