32 lines
1 KiB
YAML
32 lines
1 KiB
YAML
|
Categories:
|
||
|
- Multimedia
|
||
|
License: MIT
|
||
|
WebSite: http://garage.uraroji.com/2011/03/03/android%E4%B8%8A%E3%81%A7%E3%81%AEmp3%E3%82%A8%E3%83%B3%E3%82%B3%E3%83%BC%E3%83%89%E3%81%AE%E3%82%B5%E3%83%B3%E3%83%97%E3%83%AB
|
||
|
SourceCode: https://github.com/yhirano/Mp3VoiceRecorderSampleForAndroid
|
||
|
IssueTracker: https://github.com/yhirano/Mp3VoiceRecorderSampleForAndroid/issues
|
||
|
|
||
|
Name: Mp3 Voice Recorder
|
||
|
AutoName: MP3 Voice Recorder Sample
|
||
|
Description: |-
|
||
|
Very basic MP3 voice recorder encoding at 8kHz/32kbps and recording to
|
||
|
sdcard/mezzo.mp3. Could support x86 and MIPS, but not tested.
|
||
|
|
||
|
RepoType: git
|
||
|
Repo: https://github.com/yhirano/Mp3VoiceRecorderSampleForAndroid
|
||
|
|
||
|
Builds:
|
||
|
- versionName: '1.0'
|
||
|
versionCode: 1
|
||
|
commit: 148a150175
|
||
|
encoding: latin1
|
||
|
prebuild:
|
||
|
- echo 'APP_ABI := all' > jni/Application.mk
|
||
|
- sed -i 's/\\//g' src/com/uraroji/garage/android/mp3recvoice/MainActivity.java
|
||
|
buildjni:
|
||
|
- yes
|
||
|
|
||
|
AutoUpdateMode: None
|
||
|
UpdateCheckMode: RepoManifest
|
||
|
CurrentVersion: '1.0'
|
||
|
CurrentVersionCode: 1
|