AndroidLame

android lame

Лицензия

Лицензия

Группа

Группа

mobi.cangol.mobile
Идентификатор

Идентификатор

lame
Последняя версия

Последняя версия

1.0.1
Дата

Дата

Тип

Тип

aar
Описание

Описание

AndroidLame
android lame
Ссылка на сайт

Ссылка на сайт

https://github.com/Cangol/AndroidLame
Система контроля версий

Система контроля версий

https://github.com/Cangol/AndroidLame

Скачать lame

Имя Файла Размер
lame-1.0.1.pom
lame-1.0.1.aar 760 KB
Обзор

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/mobi.cangol.mobile/lame/ -->
<dependency>
    <groupId>mobi.cangol.mobile</groupId>
    <artifactId>lame</artifactId>
    <version>1.0.1</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/mobi.cangol.mobile/lame/
implementation 'mobi.cangol.mobile:lame:1.0.1'
// https://jarcasting.com/artifacts/mobi.cangol.mobile/lame/
implementation ("mobi.cangol.mobile:lame:1.0.1")
'mobi.cangol.mobile:lame:aar:1.0.1'
<dependency org="mobi.cangol.mobile" name="lame" rev="1.0.1">
  <artifact name="lame" type="aar" />
</dependency>
@Grapes(
@Grab(group='mobi.cangol.mobile', module='lame', version='1.0.1')
)
libraryDependencies += "mobi.cangol.mobile" % "lame" % "1.0.1"
[mobi.cangol.mobile/lame "1.0.1"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12

Модули Проекта

Данный проект не имеет модулей.

AndroidLame

Download Build Status

lame

lame 官网 本项目主要方便大家在android上使用lame。
Android使用AudioRecord录音时不支持mp3格式,需要先录制为raw格式,然后在使用lame转换成mp3

引用方式

Maven

  <dependency>
      <groupId>mobi.cangol.mobile</groupId>
      <artifactId>lame</artifactId>
      <version>1.0.1</version>
      <type>pom</type>
  </dependency>

Gradle

  compile 'mobi.cangol.mobile:lame:1.0.1'

直接下载jar和so文件使用

 https://github.com/Cangol/AndroidLame/tree/master/downloads

使用方法

LameUtils lameUtils = new LameUtils(1, 16000, 96);
boolean result = lameUtils.raw2mp3(sourcePath, targetPath);

Версии библиотеки

Версия
1.0.1
1.0.0