Autorecord 1.0a - Sound activated ham-recorder

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:
  • 2011-08-06 - illumaa say's:
  • This is awesome, seen a lot of similar apps but the end results is never any good, great work man! But how do i compile under slackware? it keeps telling me im missin ncurses but im not ?

  • 2011-08-06 - hybr15 say's:
  • try to compile with "g++ -lncurses -Wno-write-strings -o autorecord autorecord.cpp -I/usr/include/ncurses"

  • 2011-08-06 - hybr15 say's:
  • BUG FOUND: Currently there seems to be some kind of bug in glibc-2.14 on fedora. ubuntu among others is not effected, i don't know why, fedora users just have to wait for updates. NOT ALL FEDORA is effected. Please report your results and linuxdistros.




    Add comment