Giter Site home page Giter Site logo

chuangliu / lame-libmad-android Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zhongjihao/lame-libmad-android

0.0 2.0 1.0 805 KB

MP3编码库libmp3lame和解码库Libmad在Android平台的简单应用

Makefile 2.83% C++ 2.76% C 75.62% M4 0.67% Shell 13.96% Assembly 2.24% sed 0.06% Objective-C 0.20% Java 1.65%

lame-libmad-android's Introduction

本工程包含三部分
1 编码模块
AudioRecord录音PCM音频数据,使用libmp3lame库编码MP3

2 解码模块
Android的Audiotrack只能播放原始PCM音频,使用第三方库Libmad来对mp3文件解码称为PCM数据,再送给audiotrack播放即可。

3 网络传输模块
将本地客户端录的音频文件发送给服务端

编译环境和步骤
下载安装android-ndk-r9d ,高版本NDK-r16编译失败,具体原因待查

cd jni/
执行 ndk-build 生成so

lame-libmad-android's People

Contributors

zhongjihao avatar

Watchers

James Cloos avatar  avatar

Forkers

desaco1989

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.