Re: MP3 editor in Euphoria?? or .wav to .mp3 converter?
- Posted by "Greg Haberek" <ghaberek at gmail.com> Sep 06, 2006
- 532 views
> I've had a look at wrapping OGG, but I still don't understand the file format > that well, so it would have been hard to test. OGG is certainly very easy to use > and has some advantages over MP3 (like more channels for a start). > > With that and LAME is should be easy enough to create an alternative to BASS. > Er.... FreeBASS? Nope. I need BASS for the high-level ASPI functions to access the CD-ROM. BASS does the CD Audio ripping. LAME does the MP3 encoding. With ARP, its an on-the-fly two-step process. Audio is ripped (via BASS) then compressed (via LAME) block-by-block. Now, I came across FrogASPI (http://www.frogaspi.org/) but I don't understand the low-level ASPI interface quite yet. BASS makes its money by abstracting ASPI to a high-level interface.