new app com.intervigil.micdroid
This commit is contained in:
parent
03f30bbcde
commit
f62307ee48
|
@ -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
|
||||
|
||||
|
|
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