mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-06-06 12:54:21 +00:00
48 lines
1.5 KiB
YAML
48 lines
1.5 KiB
YAML
AntiFeatures:
|
||
- UpstreamNonFree
|
||
Categories:
|
||
- Multimedia
|
||
License: GPL-2.0-or-later
|
||
WebSite: https://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 https://f-droid.org/packages/com.android.music or https://f-droid.org/packages/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
|
||
ndk: r12b
|
||
|
||
AutoUpdateMode: None
|
||
UpdateCheckMode: None
|
||
CurrentVersion: '0.44'
|
||
CurrentVersionCode: 34
|