Playing .voc files

I didn’t see anything previously in this list about playing .voc files.
Is this possible using SDL? I know this is an old format, but I’m
trying to reverse-engineer an old game (Ultima7). I believe there’s
also .xmi data too.

BTW, it certainly was cool ripping out all my messy Xlib/Mitshm code,
replacing it with SDL, and having it work with maybe 10 minutes of
debugging!

Thanks,

– Jeff (exult.sourceforge.net)

It would probably be easiest to convert them to waves (if they are’nt
using multiple blocks). I don’t think Mixer supports that format (if
I’m wrong somebody speak up) but the format is publically available,
so writing a loader should’nt be that difficult (knock on wood…)

Phoenix Kokido
members.xoom.com/kokido
@Wes_Poole

Jeff Freedman wrote:> I didn’t see anything previously in this list about playing .voc files.

Is this possible using SDL? I know this is an old format, but I’m
trying to reverse-engineer an old game (Ultima7). I believe there’s
also .xmi data too.

BTW, it certainly was cool ripping out all my messy Xlib/Mitshm code,
replacing it with SDL, and having it work with maybe 10 minutes of
debugging!

Thanks,

– Jeff (exult.sourceforge.net)

Try the following website on the specs of a variety of file formats
including
VOC which is actually an old Soundblaster audio format.

http://www.wotsit.org/--
Prasanth Kumar
@Prasanth_A_Kumar

----- Original Message -----
From: owner-sdl@lokigames.com [mailto:owner-sdl at lokigames.com]On Behalf
Of Jeff Freedman
Sent: Friday, February 25, 2000 4:39 PM
To: sdl at lokigames.com
Subject: [SDL] Playing .voc files.

I didn’t see anything previously in this list about playing .voc files.
Is this possible using SDL? I know this is an old format, but I’m
trying to reverse-engineer an old game (Ultima7). I believe there’s
also .xmi data too.

BTW, it certainly was cool ripping out all my messy Xlib/Mitshm code,
replacing it with SDL, and having it work with maybe 10 minutes of
debugging!

Thanks,

– Jeff (exult.sourceforge.net)