https://github.com/dscottboggs/autorec
A VERY simple script to start recording automatically when booted. Needs placed in your system's init scripts to get it to launch on boot.
https://github.com/dscottboggs/autorec
audio-recording bash linux shell-scripts
Last synced: 2 months ago
JSON representation
A VERY simple script to start recording automatically when booted. Needs placed in your system's init scripts to get it to launch on boot.
- Host: GitHub
- URL: https://github.com/dscottboggs/autorec
- Owner: dscottboggs
- Created: 2018-06-12T01:45:16.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-12T05:29:50.000Z (almost 7 years ago)
- Last Synced: 2025-01-16T08:15:13.399Z (4 months ago)
- Topics: audio-recording, bash, linux, shell-scripts
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# autorec
A VERY simple script to record continually. Needs placed in your system's init scripts to get it
to launch on boot, or started manually. I initially wrote this so that I could put it in the init
folder of a raspberry pi running raspbian and have it continually record audio. The "stop button"
was to wait until at least minute after you've finished recording and unplug the Pi.Usage:
You can specify an output folder or a device to record from with environment variables like this:
output_path=/home/scott/audio_recordings ./rec.sh
audio_device=hw output_path=/tmp/rec ./rec.sh
audio_device_keyword=Yamaha ./rec.shThe defaults are to record from the "default" device, to /audio_recordings.