首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Java > 开源的Android的MP3编码器

开源的Android的MP3编码器

  • 资源大小:3.63 MB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: android mp3 Library

资 源 简 介

An open source, free: meaning Gratis, and Libre. Meaning free as in beer, and free as in speech. MP3 conversion library for developers to use in their Android apps. A free app is distributed in the Android marketplace. Instructions: Instruct your users to download the pname:org.freemp3droid . Then, use the following code: ``` Intent intent = new Intent("org.freemp3droid.CONVERT"); intent.putExtra("convertFile", "rawFile.pcm"); intent.putExtra("sampleRate",44100); intent.putExtra("bitRate",192); startActivity(intent); ``` convertFile: the raw pcm or wav data to convert to MP3. 16 Bit. If you want to get a handle to the mp3 file, the convention is: supply a convertFile of "hello.pcm" then, /sdcard/FreeMP3Droid/hello.mp3 will be there. Enjoy !
VIP VIP
0.191510s