 |
android - PCM -> AAC (Encoder) -> PCM(Decoder) in real-time with correct optimization - Stack Overfl
I'm trying to implement AudioRecord (MIC) -> PCM -> AAC Encoder AAC -> PCM Decode -> AudioTrack?? (SPEAKER) with MediaCodec on Android 4.1+ (API16). Firstly, I successfully (bu... ... After testing this is what I came up with from modifying your code: ...
stackoverflow.com |
 |