https://github.com/rootmos/audio-journal
Android app and Linux scripts to keep a diary of sounds
https://github.com/rootmos/audio-journal
android audio-recorder linux-app
Last synced: 2 months ago
JSON representation
Android app and Linux scripts to keep a diary of sounds
- Host: GitHub
- URL: https://github.com/rootmos/audio-journal
- Owner: rootmos
- Created: 2020-02-17T08:09:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2026-01-29T07:09:00.000Z (5 months ago)
- Last Synced: 2026-01-29T22:46:51.860Z (5 months ago)
- Topics: android, audio-recorder, linux-app
- Language: Java
- Homepage:
- Size: 670 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AudioJournal
AudioJournal is an:
* Android app and Linux scripts to keep a diary of sounds
* 1-click recorder and uploader of jam/live/practice sessions to the cloud
## Android app
### Features
* PCM 16bit 48k recording
* FLAC and MP3 encoding
* metadata templates
### Screenshots
### Links
* Inspired by [Audio Recorder](https://f-droid.org/en/packages/com.github.axet.audiorecorder/)
by [axet](https://gitlab.com/axet)
## Linux script
### Usage
```
audio-journal
actions:
-r record (default)
-l listen
-L list
-P SRC publish as current mode (default: sessions)
-h show this message
options:
-t TITLE set title
-d DATE set date (during publish)
-n dry run (skip upload)
mode:
-s jam sesssion (default)
-p practice
-R release
-m MODE custom mode
```