FMZHOU / androidmp3recorder

Androidmp3recorder its an android library wrapper over Lame mp3 encoder for audio recording.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

androidmp3recorder

This project is an Android Library that acts as a Wrapper over Lame mp3 encoder for audio recording.

Getting Started

To use the project see the project sample(module app) that demonstrates the use of the class MP3Recorder. To add this library in your android projects you just need to specify the repository and implementation of the library in your gradle configuration as follows.

Gradle Configuration

Inside your root build.gradle

allprojects {
   repositories { 
       google()
       jcenter()
       //adds the library repository       
       maven {
            url "https://packagecloud.io/hernandazevedo/androidmp3recorder/maven2"
       }
      
   }
}

In your app build.gradle

implementation 'com.hernandazevedo:androidmp3recorderlib:1.0.0'

License This project is licensed under the Apache License 2.0 - see the LICENSE file for details

About

Androidmp3recorder its an android library wrapper over Lame mp3 encoder for audio recording.

License:Apache License 2.0


Languages

Language:C 95.0%Language:Makefile 2.5%Language:Java 2.1%Language:Objective-C 0.4%