new app com.intervigil.micdroid

master
David Black 2013-06-16 22:56:21 +01:00
parent 03f30bbcde
commit f62307ee48
5 changed files with 34 additions and 9 deletions

View File

@ -1,26 +1,35 @@
Category:Multimedia
License:GPLv2+
Web Site:http://www.intervigil.net/pages/micdroid
Source Code:https://github.com/intervigilium/MicDroid/
Web Site:
Source Code:https://github.com/intervigilium/MicDroid
Issue Tracker:https://github.com/intervigilium/MicDroid/issues
Auto Name:MicDroid
Summary:Pitch correct your voice
Description:
MicDroid is a small Android app that produces the pitch correction effect made famous by T-Pain.
Produces the pitch correction effect made famous by T-Pain.
It's based on the AutoTalent pitch-correcting LADSPA plugin, by Tom Baran.
A proprietary ad library was removed.
.
Repo Type:git
Repo:git://github.com/intervigilium/MicDroid.git
Build Version:0.44,34,!jni problem cf4505a03e,buildjni=yes,target=android-10,srclibs=MobAdMob@2d5736,prebuild=\
echo "android.library.reference.1=$$MobAdMob$$" > project.properties,rm=libs/GoogleAdMobAdsSdk-4.0.4.jar
Build Version:0.46,36,!no source
Build Version:0.44,34,3af50666bc,update=force,\
srclibs=libautotalent@842e489b;liblame@dd48f963e;\
libwave@75ae03d1a8;libresample@804018847;MobAdMob@2d5736,prebuild=\
sed -i '/donate/d' res/menu/menu.xml && \
printf 'android.library.reference.1=$$MobAdMob$$\n\
android.library.reference.2=$$libautotalent$$\n\
android.library.reference.3=$$liblame$$\n\
android.library.reference.4=$$libresample$$\n\
android.library.reference.5=$$libwave$$\n' >> project.properties,\
rm=libs/GoogleAdMobAdsSdk-4.0.4.jar,buildjni=yes
Auto Update Mode:None
Update Check Mode:Market
Current Version:0.46
Current Version Code:36
Update Check Mode:RepoManifest
Current Version:0.44
Current Version Code:34

View File

@ -0,0 +1,4 @@
Repo Type:git
Repo:https://github.com/intervigilium/libautotalent
Prepare:rm -rf build.xml libs/ obj/ && $$SDK$$/tools/android update project -p . && $$NDK$$/ndk-build

4
srclibs/liblame.txt Normal file
View File

@ -0,0 +1,4 @@
Repo Type:git
Repo:https://github.com/intervigilium/liblame
Prepare:rm -rf build.xml libs/ obj/ && $$SDK$$/tools/android update project -p . && $$NDK$$/ndk-build

4
srclibs/libresample.txt Normal file
View File

@ -0,0 +1,4 @@
Repo Type:git
Repo:https://github.com/intervigilium/libresample
Prepare:rm -rf build.xml libs/ obj/ && $$SDK$$/tools/android update project -p . && $$NDK$$/ndk-build

4
srclibs/libwave.txt Normal file
View File

@ -0,0 +1,4 @@
Repo Type:git
Repo:https://github.com/intervigilium/libwave
Prepare:rm build.xml && $$SDK$$/tools/android update project -p .