Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Skinz 0.1

From: robert:muench:robertmuench at: 3-Mar-2002 12:50

> -----Original Message----- > From: [rebol-bounce--rebol--com] [mailto:[rebol-bounce--rebol--com]]On Behalf Of > Terry Brownell > Sent: Saturday, February 23, 2002 6:04 AM > To: [rebol-list--rebol--com] > Subject: [REBOL] Skinz 0.1 > So, can't find an mp3 API (xaudio had/has one coming this quarter > www.xaudio.com), but what I did find was the API for winamp. So for > this experiment we'll have View control Winamp.
Hi, I want to get a Rebol based MP3 player as well. I went out and found the following MP3 library: http://www.mars.org/home/rob/proj/mpeg/ I was able to get the first part compiled with the great DigitalMars C++ compiler http://www.digitalmars.com but didn't continue yet. Maybe it's time to pick it up again. The API could be made easy so that Rebol can play back MP3 files. I'm not sure about the things like a visual equalizer etc. For this some information about the current MP3 files needs to be send back to Rebol, which than can create some nice visual effects. Robert