You are heresoftware
software
Linux wideband (wbo2) sensor interface program
Heres my Linux wideband monitor program for the Australian made WBo2 wideband sensor driver, specifically tested with the 2J1 unit. this program requires the wxPython interface modules..
# apt-get install python-wxgtk2.6The program only prints out the wideband readings in a fairly primitive but usefull fasion, better than nothing!
Listen to /dev/dsp and record to MP3 when there is some sound to record
Something I wrote for a small project, initially designed to listen my radio scanner via /dev/dsp and record when it hears something, this uses python and some threads to launch instances of 'lame' encoder and then insert them into MySQL.
The app has a threshold for incomming sound levels and starts recording when the threshold is reached, there is also a setting for time-distance between hearing things so you dont end up a billion little mp3s because the audio is dropping out, just a nice long mp3.
