RadioRecord captures audio and stores it in MP3 format either in memory or on disk.
Storing the MP3 data in memory enables RadioRecord to record the past!
The purpose of this is to allow people to record streaming audio (sometimes the radio) one song at a time.
Home
What is Radio Record?
Compiling Radio Record
How to use Radio Record
Screen shots
Mailing lists
Radio record project page
Contact me

Copyright 2003 Brian Gunlogson
Last updated February 12, 2003

SourceForge.net Logo

Compiling Radio Record

Radio Record requires the following.

1. Install the Microsoft Visual C++ 6.0 Service Pack 5.
2. Install (but don't compile) wxWindows. Make sure that the WXWIN environment variable is set globally. It should be set to your wxWindows installation directory.
3. Open the wxWindows workspace and change all of the projects to use the Multithreaded or Debug Multithreaded run-time library.
4. Compile wxWindows. You will need to compile both the debug and release builds.
5. Open the Radio Record workspace and compile radio record.

Built With wxWindows
LAME Encoder