Jump to content

Audio logging tool, rotter: Difference between revisions

From Rivendell Wiki
imported>WaybackImport
Imported from Wayback via edit
 
imported>ImportBot
Imported from scrape
 
Line 14: Line 14:


Live Recorder is another option. Perhaps you should check it in [http://web.archive.org/web/20090628220243/http://digiplan.eu.org/live-rec.html Liverec home page(archived)]
Live Recorder is another option. Perhaps you should check it in [http://web.archive.org/web/20090628220243/http://digiplan.eu.org/live-rec.html Liverec home page(archived)]

Latest revision as of 10:18, 9 May 2026

Rotter is a Recording of Transmission / Audio Logger for JACK. It was designed for use by radio stations, who are legally required to keep a recording of all their output. Rotter runs continuously, writing to a new file every hour. It is released under the GPL license.

rotter home page

EXAMPLES

      rotter -a -f mp3 -d 1000 -b 160 -v /var/achives
      Start logging audio to hourly files in /var/archives. Rotter will
      automatically connect itself to the first two JACK output ports it
      finds and encode to MPEG Layer 3 audio at 128kbps. Each hour it will
      delete files older than 1000 hours (42 days). Verbose mode means it
      will display more informational messages.


Live Recorder is another option. Perhaps you should check it in Liverec home page(archived)