Hello guys,
is there a way to play a piece of mp3 stream with mmsystem of direct sound (a shoutcast internet stream)
thanks
Hello guys,
is there a way to play a piece of mp3 stream with mmsystem of direct sound (a shoutcast internet stream)
thanks
From brazil (:
Pascal pownz!
I wanted to implement that too. But i found out that it was rather hard, so i started to use OGG and OpenAL.
You might want to take a look at RazorLame. It is a well-known mp3 encoder/decoder.. i thought that there were pascal headers for it. Dont know where.
Coders rule nr 1: Face ur bugz.. dont cage them with code, kill'em with ur cursor.
lame and razorlame(gui) are encoders
From brazil (:
Pascal pownz!
i already have the stuff to separate mp3 buffer from icy info, but i need a way to play the mp3 :?
From brazil (:
Pascal pownz!
You might want to try this one:
http://www.mpg123.org/
http://www.mpg123.org/api/mpg123_8h-source.shtml
I believe there was/is an delphi unit available also, but google does not let me find it (anymore).
http://3das.noeska.com - create adventure games without programming
I think this one will work, now i have to find the headers only
From brazil (:
Pascal pownz!
I guess notlame and razorlame(gui) are encoders
LAME features:
* Many improvements in quality in speed over ISO reference software. See history.
* MPEG1,2 and 2.5 layer III encoding.
* CBR (constant bitrate) and two types of variable bitrate, VBR and ABR.
* Encoding engine can be compiled as a shared library (Linux/UNIX), DLL , Directshow filter or ACM codec (Windows).
* Free format encoding and decoding.
* GPSYCHO: a GPL'd psycho acoustic and noise shaping model.
* Powerful and easy to use presets.
* Quality better than all other encoders at most bitrates.
* Fast! Encodes faster than real time on a PII 266 at highest quality mode.
* MP3x: a GTK/X-Window MP3 frame analyzer for both .mp3 and unencoded audio files.
Coders rule nr 1: Face ur bugz.. dont cage them with code, kill'em with ur cursor.
after 2 days of googling i don't found nothing to help me =/
i tried libmad, but the header i found is incomplete -.-
i don't know how use lame for decoding
i don't find mpg123 header anywhere
i really don't have luck when working with audio
From brazil (:
Pascal pownz!
1. I have some DirectShow that can playback mp3s if you want that. It just works without anything else. But it's DirectShow... it works however and I used it for years for mp3 playback. It's in a nice and easy to use API.
2. If you have something that can decode the mp3, then you can just create a player using the framework code I sent you. Look at the ogg player class as a guide.
Jarrod Davis
Technical Director @ Piradyne Games
1. Directshow plays fine mp3, but not in my case (incomplete streams ( frominternet radio))Originally Posted by Pyrogine
2. I can't find anything for pascal
From brazil (:
Pascal pownz!
Bookmarks