52 lines
1.6 KiB
YAML
52 lines
1.6 KiB
YAML
AntiFeatures:
|
|
- UpstreamNonFree
|
|
Categories:
|
|
- Multimedia
|
|
License: GPL-2.0-or-later
|
|
WebSite: http://www.intervigil.net/micdroid
|
|
SourceCode: https://github.com/intervigilium/MicDroid
|
|
IssueTracker: https://github.com/intervigilium/MicDroid/issues
|
|
|
|
AutoName: MicDroid
|
|
Description: |-
|
|
Produces the pitch correction effect made famous by T-Pain. It's based on the
|
|
AutoTalent pitch-correcting LADSPA plugin, by Tom Baran.
|
|
|
|
There isn't an integrated audio player so you might want to install an audio
|
|
player that can handle files, such as [[com.android.music]] or [[net.avs234]].
|
|
|
|
A proprietary ad library was removed.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/intervigilium/MicDroid.git
|
|
|
|
Builds:
|
|
- versionName: '0.44'
|
|
versionCode: 34
|
|
commit: 3af50666bc
|
|
init: rm -f build.xml
|
|
srclibs:
|
|
- libautotalent@842e489b
|
|
- liblame@dd48f963e
|
|
- libwave@75ae03d1a8
|
|
- libresample@804018847
|
|
- MobAdMob@2d5736
|
|
rm:
|
|
- libs/GoogleAdMobAdsSdk-4.0.4.jar
|
|
prebuild:
|
|
- sed -i '/donate/d' res/menu/menu.xml
|
|
- sed -i '209,215d' src/com/intervigil/micdroid/Mic.java
|
|
- printf 'android.library.reference.1=$$MobAdMob$$\nandroid.library.reference.2=$$libautotalent$$\nandroid.library.reference.3=$$liblame$$\nandroid.library.reference.4=$$libresample$$\nandroid.library.reference.5=$$libwave$$\n'
|
|
>> project.properties
|
|
buildjni:
|
|
- yes
|
|
|
|
- versionName: '0.46'
|
|
versionCode: 36
|
|
disable: very old version appearing now, doesn't build
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: '0.46'
|
|
CurrentVersionCode: 36
|