Autorecord 1.0a - Sound activated ham-recorder
Posted by hybr15
Just finished writing autorecord, a solution for all thosed missed scanner conversations. perfect for ham-radio purposes.
Get it here:
http://system247.dyndns.org/autorecord-1.0a.tar.gz
GPLv3, feel free to mess with the code.
If you use pulseaudio (eg, ubuntu) run it with "padsp", a /dev/dsp emulator.
for example..
#padsp ./autorecord
and if you use fedora, remember to load pcm-oss emulation module..
#sudo modprobe snd-pcm-oss
to compile, just unpack as:
#tar xvzf autorecord-1.0a.tar.gz
then run make:
#make
and your done. now run with
#./autorecord
Autorecord tries to determine the default background noise ratio when it loads, so make shure to be quiet.
you need to have ncurses headers and g++ installed in order to compile..
As follows:
ubuntu: #sudo apt-get install ncurses-dev build-essential
or
fedora: #sudo yum install ncurses-devel gcc-g++
Comments:
Add comment