Direct Show Tutorial
Hey..
I''m looking for a Direct Show Tutorial. To be more precise I need one how to set it up to play a mp3 file.
Is somebody out there who has some answers..!?!?
I didn''t find any on the net. Pretty weired..
Would be happy about some addresses.
arkansas
Ok..
I kept searching the internet and what I found was recommends on Vorbis OGG. Now I'm looking for Vorbis tuts. I didn't find any yet.
Anybody who worked with it before? If so plz give me some sites with tutorials on Vorbis (playing mp3 file).
Thanks in Advance
arkansas
[edited by - arkansas on April 7, 2003 1:11:26 PM]
I kept searching the internet and what I found was recommends on Vorbis OGG. Now I'm looking for Vorbis tuts. I didn't find any yet.

Thanks in Advance
arkansas
[edited by - arkansas on April 7, 2003 1:11:26 PM]
quote:
Original post by arkansas
I kept searching the internet and what I found was recommends on Vorbis OGG. Now I''m looking for Vorbis tuts. I didn''t find any yet.Anybody who worked with it before? If so plz give me some sites with tutorials on Vorbis (playing mp3 file).
Two comments...look at:
Ogg Vorbis Site
FMOD
Ogg Vorbis can fairly easily be decoded down to WAV, which is typically what I then feed to DirectSound. I don''t know how much DirectShow/Play/Monkey/etc will help. There are some pretty nifty functions in there...
However! FMOD is easy, and pretty damn neat. If you''re making something free by all means go for it.
- sighuh?
- sighuh?
Thanks.. I will go for it for sure..
But I don''t get what you mean with converting it to wav. Thats what I try to avoid using wav because its to big of size.
I was thinkin if a way to play the ogg files directly.
arkansas
But I don''t get what you mean with converting it to wav. Thats what I try to avoid using wav because its to big of size.
I was thinkin if a way to play the ogg files directly.
arkansas
What redragon means is that before playing the sound,
you must provide DirectSound with RAW data, and it''s exactly
what a wav file is : RAW data !
you must provide DirectSound with RAW data, and it''s exactly
what a wav file is : RAW data !
There is no problem, only solutions...
ohh.. I see..
So I still use ogg, or s3m format, but before it will be send to directsound it will be convertet to wav.. Did I get you right??
So I still use ogg, or s3m format, but before it will be send to directsound it will be convertet to wav.. Did I get you right??
quote:
Original post by arkansas
ohh.. I see..
So I still use ogg, or s3m format, but before it will be send to directsound it will be convertet to wav.. Did I get you right??
Yeah...I should have explained. You basically decode ogg/vorbis into wav format in memory, then that gets played.
- sighuh?
- sighuh?
cool.. so I was right.. Now I''m looking for a tutorial about the script work. Can you help me with that too??

quote:
Original post by arkansas
cool.. so I was right.. Now I''m looking for a tutorial about the script work. Can you help me with that too??
Define script work.
- sighuh?
- sighuh?
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement