fdroiddata/metadata/de.jurihock.voicesmith.yml
Hans-Christoph Steiner 6c177c1fc3
rewrite all .txt with 'Auto Update Mode:None' (d-z)
!5262

```bash
for f in `grep --files-with-matches 'Auto Update Mode:None' metadata/*.txt |sed 's,^metadata/\(.*\)\.txt$,\1,'`; do echo $f; done >  /tmp/rewrite
fdroid rewritemeta --to yml `cat /tmp/rewrite`
for f in `cat /tmp/rewrite`; do git rm -f metadata/${f}.txt; git add metadata/${f}.yml; done
```
2019-08-19 18:41:06 +02:00

90 lines
2 KiB
YAML

Categories:
- Multimedia
License: GPL-3.0-or-later
WebSite: http://voicesmith.jurihock.de
SourceCode: https://github.com/jurihock/voicesmith
IssueTracker: https://github.com/jurihock/voicesmith/issues
Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RDZAFKVYQJYFA
AutoName: Voicesmith
Summary: Real-time voice changer
Description: |-
Voicesmith records an audio signal from the built-in microphone, processes it in
some way and plays it back through the earphones in real-time. There are some of
the classical Phase Vocoder effects available. Voicesmith can also be used to
perform the Delayed Auditory Feedback (DAF) and Frequency-Shifted Auditory
Feedback (FAF).
RepoType: git
Repo: https://github.com/jurihock/voicesmith.git
Builds:
- versionName: '2.1'
versionCode: 7
commit: 21e96e1cd
subdir: voicesmith
submodules: true
androidupdate:
- .
- ../greendroid/GreenDroid
target: android-8
buildjni:
- yes
- versionName: '2.2'
versionCode: 8
commit: v2.2_r8
subdir: voicesmith
submodules: true
androidupdate:
- .
- ../greendroid/GreenDroid
target: android-8
buildjni:
- yes
- versionName: '2.3'
versionCode: 9
commit: v2.3_r9
subdir: voicesmith
submodules: true
androidupdate:
- .
- ../greendroid/GreenDroid
target: android-8
buildjni:
- yes
- versionName: '2.4'
versionCode: 10
commit: v2.4_r10
subdir: voicesmith
submodules: true
androidupdate:
- .
- ../greendroid/GreenDroid
target: android-8
buildjni:
- yes
- versionName: '2.5'
versionCode: 11
commit: v2.5_r11
subdir: voicesmith
submodules: true
buildjni:
- yes
- versionName: '2.6'
versionCode: 12
commit: v2.6_r12
subdir: voicesmith
submodules: true
buildjni:
- yes
AutoUpdateMode: None
UpdateCheckMode: Tags
CurrentVersion: '2.6'
CurrentVersionCode: 12