├── README.md ├── amr ├── include │ ├── opencore-amrnb │ │ ├── interf_dec.h │ │ └── interf_enc.h │ └── opencore-amrwb │ │ ├── dec_if.h │ │ └── if_rom.h └── lib │ ├── libopencore-amrnb.a │ └── libopencore-amrwb.a └── opencore-amr-0.1.3.tar.gz /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ondev/AMR-for-iOS7/HEAD/README.md -------------------------------------------------------------------------------- /amr/include/opencore-amrnb/interf_dec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ondev/AMR-for-iOS7/HEAD/amr/include/opencore-amrnb/interf_dec.h -------------------------------------------------------------------------------- /amr/include/opencore-amrnb/interf_enc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ondev/AMR-for-iOS7/HEAD/amr/include/opencore-amrnb/interf_enc.h -------------------------------------------------------------------------------- /amr/include/opencore-amrwb/dec_if.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ondev/AMR-for-iOS7/HEAD/amr/include/opencore-amrwb/dec_if.h -------------------------------------------------------------------------------- /amr/include/opencore-amrwb/if_rom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ondev/AMR-for-iOS7/HEAD/amr/include/opencore-amrwb/if_rom.h -------------------------------------------------------------------------------- /amr/lib/libopencore-amrnb.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ondev/AMR-for-iOS7/HEAD/amr/lib/libopencore-amrnb.a -------------------------------------------------------------------------------- /amr/lib/libopencore-amrwb.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ondev/AMR-for-iOS7/HEAD/amr/lib/libopencore-amrwb.a -------------------------------------------------------------------------------- /opencore-amr-0.1.3.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ondev/AMR-for-iOS7/HEAD/opencore-amr-0.1.3.tar.gz --------------------------------------------------------------------------------