No sound???
i was wonderin if anyone new how to get sond to play with an avi file???
September 08, 2003 07:06 AM
gotcha,
normally, the sond is not compatible with avi format, we hope u now thia, so to play it anyway, you must use the OpenGL extensions available only on the GeForce100xKLM or higher, where you can use functions as glPlaySoundNowSimultaneouslyWithAVI(LPCTSTR lpctstrFilename, DWORD dwExt);
hope that helps
Roger.
normally, the sond is not compatible with avi format, we hope u now thia, so to play it anyway, you must use the OpenGL extensions available only on the GeForce100xKLM or higher, where you can use functions as glPlaySoundNowSimultaneouslyWithAVI(LPCTSTR lpctstrFilename, DWORD dwExt);
hope that helps
Roger.
How do you get the image data out? There must be a comparable way to decompress the audio data too. Then you can put it in a DirectSound streaming buffer or whatever is appropriate for the audio library you''re using.
Note that OpenGL doesn''t do audio because it''s a Graphics Library (GL).
Why you shouldn''t use iostream.h - ever! | A Good free online C++ book
Note that OpenGL doesn''t do audio because it''s a Graphics Library (GL).
Why you shouldn''t use iostream.h - ever! | A Good free online C++ book
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement