Emacspeak includes a large collection of wizards implemented in
module emacspeak-wizards.el
One of these ---emacspeak-wizrds-rivo works
hand-in-hand with script etc/rivo.pl
to provide a simple record for later playback
facility that can be used to record live realaudio streams for
future playback. This is useful for listening to live broadcasts
at a more convenient time.
Wizard emacspeak-wizrds-rivo prompts for the time
at which to record, the length of the recording, the stream to
record, and the location in which the recording is to be stored.
It then uses command trplayer (text-mode RealPlayer)
with command vsound
to capture the audio stream, and converts the result to MP3
using command lame.
ToDo: With mplayer now able to play RealAudio
streams, the etc/rivo.pl script should be updated to
use mplayer since this will :
- Remove the
vsounddependency. - Enable us to record more than just RealAudio streams.