Skip to content

An android demo for recording PCM audio data and convert to MP3 audio data

License

Notifications You must be signed in to change notification settings

lrannn/LameMp3AndroidDemo

Repository files navigation

README

使用AudioRecord进行录音,并使用lameMP3进行转码的demo。

Lamemp3的编码使用CMake方式进行编译

  • Recording PCM audio data
  • Encoding to MP3 data
  • Decoding to PCM data (使用了MediaCodec api实现)
  • Convert PCM data to wav file( add wav header)

About

An android demo for recording PCM audio data and convert to MP3 audio data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages