svlug-recording_radio_broadcasts

This is part of The Pile, a partial archive of some open source mailing lists and newsgroups.



Date: Wed, 5 Sep 2001 09:08:44 -0700 (PDT)
From: Bill Schoolcraft <bill@wiliweld.com>
To: Rick Holbert <holbert.13@osu.edu>
Subject: Re: [svlug] FM radio --> server --> net ?? (fwd)

At Wed, 5 Sep 2001 it looks like Rick Holbert composed:

holber->Bill,
holber->
holber->You can use lame to stream it, or you can record the programs, and stream
holber->them later.
holber->
holber->I use aumix, brec and oggenc to get the job done.
holber->
holber->Here's a sample script that I use to record BBC World Service off a local NPR
holber->station:
holber->
holber->#!/bin/sh
holber->##
holber->## Load Mixer Settings
holber->##
holber->echo Loading Mixer Settings
holber->##
holber->/usr/bin/aumix -L
holber->##
holber->## Add File to Play List
holber->##
holber->echo Adding File to Play List
holber->##
holber->echo bbc_`date -u +%d%b%y_%H%Mz`.ogg >> bbc_`date -u +%a`.m3u
holber->##
holber->## Record Sound Card Input to File
holber->##
holber->echo Recording Sound Card Input to File
holber->##
holber->brec -s 11025 -b 16 -t 3601 -w |
holber->/usr/bin/oggenc \
holber->--bitrate 24 \
holber->-M 32 \
holber->--title "BBC for `date -u +%H:%M` GMT" \
holber->--album "BBC World Service" \
holber->--date `date +%d-%b-%Y` \
holber->--comment "Copyright (c) `date +%Y` BBC" \
holber->--output=bbc_`date -u +%d%b%y_%H%Mz`.ogg \
holber->-
holber->##
holber->## All Done
holber->##
holber->echo All Done
holber->
holber->Here are some urls for you:
holber->
holber->http://www.kfu.com/~nsayer/howard/
holber->http://www.linuxfocus.org/English/March2001/article178.shtml
holber->http://www.linuxfocus.org/English/May2001/article204.shtml
holber->
holber->Enjoy!
holber->
holber->Rick

Jeez Rick, now _this_ is the sort of "content" that lured me to this
list way back when (RedHat-4.2) thanks for the information. :)

===


the rest of The Pile (a partial mailing list archive)

doom@kzsu.stanford.edu