Raneez Ahmed
Raneez Ahmed

Reputation: 3828

PCM / WAVE to AAC Conversion in android

My application(android 2.2 and later) needs to convert raw PCM audio recorded at 22kHz to AAC- (22 kHz) format. But the MediaCodec API is only available in android 4.1+ .

Is there any way i can convert pcm to aac in android 2.2 and later ?

Upvotes: 0

Views: 919

Answers (1)

Obucinac
Obucinac

Reputation: 66

FFmpeg for Android is a good way to go. Makefiles are tested only on mentioned targets, it doesn't mean they will not work on Froyo (and I believe they will). It is just that I do not have resources to test every possible build scenario. What I currently support is already too much for my equipment.

Upvotes: 1

Related Questions