Talk:SDL mixer:Tutorials:Playing an OGG Music File

From GPWiki

Files:GUITutorial_warn.gif The Game Programming Wiki has moved! Files:GUITutorial_warn.gif

The wiki is now hosted by GameDev.NET at wiki.gamedev.net. All gpwiki.org content has been moved to the new server.

However, the GPWiki forums are still active! Come say hello.

Ack, where can I find an SDK (or something) which will show how to use with VB? --198.54.202.234 13:45, 27 May 2005 (EDT)

Well, you can get the SDL DLL and use that from within VB, but I'm not aware of any VB SDL type libraries, so it wouldn't be easy! SDL is cross platform, VB is not... just use DirectX, if you're using VB :) Ryan Clark 15:41, 27 May 2005 (EDT)

Closing the gap

My game uses SDL to play Oggs. I hook the playing track using Mix_HookMusicFinished, as shown in the article, so when a track is finished another one is played. It works, however there is an audiable gap, that varies between 0-3 seconds, between the tracks. Does anybody have an idea as to what's wrong? -Peregrin

Hard to tell without seeing some of your code. Why don't you post a message about this on the forums? Ryan Clark 19:16, 29 Aug 2005 (EDT)