An open API service indexing awesome lists of open source software.

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.

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.sh

The defaults are to record from the "default" device, to /audio_recordings.