new app com.intervigil.micdroid
This commit is contained in:
parent
03f30bbcde
commit
f62307ee48
|
@ -1,26 +1,35 @@
|
||||||
Category:Multimedia
|
Category:Multimedia
|
||||||
License:GPLv2+
|
License:GPLv2+
|
||||||
Web Site:http://www.intervigil.net/pages/micdroid
|
Web Site:
|
||||||
Source Code:https://github.com/intervigilium/MicDroid/
|
Source Code:https://github.com/intervigilium/MicDroid
|
||||||
Issue Tracker:https://github.com/intervigilium/MicDroid/issues
|
Issue Tracker:https://github.com/intervigilium/MicDroid/issues
|
||||||
|
|
||||||
Auto Name:MicDroid
|
Auto Name:MicDroid
|
||||||
Summary:Pitch correct your voice
|
Summary:Pitch correct your voice
|
||||||
Description:
|
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.
|
It's based on the AutoTalent pitch-correcting LADSPA plugin, by Tom Baran.
|
||||||
|
|
||||||
|
A proprietary ad library was removed.
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
Repo:git://github.com/intervigilium/MicDroid.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=\
|
Build Version:0.44,34,3af50666bc,update=force,\
|
||||||
echo "android.library.reference.1=$$MobAdMob$$" > project.properties,rm=libs/GoogleAdMobAdsSdk-4.0.4.jar
|
srclibs=libautotalent@842e489b;liblame@dd48f963e;\
|
||||||
Build Version:0.46,36,!no source
|
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
|
Auto Update Mode:None
|
||||||
Update Check Mode:Market
|
Update Check Mode:RepoManifest
|
||||||
Current Version:0.46
|
Current Version:0.44
|
||||||
Current Version Code:36
|
Current Version Code:34
|
||||||
|
|
||||||
|
|
4
srclibs/libautotalent.txt
Normal file
4
srclibs/libautotalent.txt
Normal 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
4
srclibs/liblame.txt
Normal 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
4
srclibs/libresample.txt
Normal 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
4
srclibs/libwave.txt
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
Repo Type:git
|
||||||
|
Repo:https://github.com/intervigilium/libwave
|
||||||
|
|
||||||
|
Prepare:rm build.xml && $$SDK$$/tools/android update project -p .
|
Loading…
Reference in a new issue