49 lines
1.6 KiB
YAML
49 lines
1.6 KiB
YAML
Categories:
|
|
- Multimedia
|
|
License: GPL-2.0-only
|
|
SourceCode: https://sourceforge.net/p/rehearsalassist/code/HEAD/tree/
|
|
IssueTracker: https://sourceforge.net/p/rehearsalassist/_list/tickets
|
|
Donate: https://sourceforge.net/p/rehearsalassist/donate
|
|
|
|
AutoName: Rehearsal Assistant
|
|
Description: |-
|
|
A voice / sound recording utility with two modes of operation:
|
|
|
|
Session Mode: organizes recordings into sessions, and time-stamps relative to
|
|
the beginning of the session, making it useful for recording your thoughts and
|
|
observations during an event.
|
|
|
|
If you are a choreographer or director watching a rehearsal of your work, this
|
|
can help you make note of the feedback you want to share with the cast.
|
|
|
|
Simple Mode: easy recording and playback of sound files. If you are a musician
|
|
or writer, it can help you record and remember your spontaneous moments of
|
|
inspiration.
|
|
|
|
Also works great for shopping lists and other kinds of reminders.
|
|
|
|
RepoType: git-svn
|
|
Repo: https://svn.code.sf.net/p/rehearsalassist/code/
|
|
|
|
Builds:
|
|
- versionName: 0.8.2
|
|
versionCode: 22
|
|
commit: '90'
|
|
prebuild:
|
|
- mkdir -p gen/urbanstew/RehearsalAssistant
|
|
- aidl aidl/urbanstew/RehearsalAssistant/IRecordService.aidl gen/urbanstew/RehearsalAssistant/IRecordService.java
|
|
target: android-8
|
|
|
|
- versionName: '0.9'
|
|
versionCode: 26
|
|
commit: '100'
|
|
target: android-8
|
|
build:
|
|
- mkdir -p gen/urbanstew/RehearsalAssistant
|
|
- aidl aidl/urbanstew/RehearsalAssistant/IRecordService.aidl gen/urbanstew/RehearsalAssistant/IRecordService.java
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: 0.9.1
|
|
CurrentVersionCode: 27
|