Community

SCI Programming => SCI Development Tools => Topic started by: robbo007 on January 15, 2026, 04:53:03 PM

Title: snd to wav ?
Post by: robbo007 on January 15, 2026, 04:53:03 PM
Hi guys,
Sorry if this has been asked. Is there a way to convert a .snd to wav or extract the .smp to .wav? I'm trying to extract the open and close door SoundbBaster sounds from 40.snd and 41.snd LSL5. The LSL5 source shows its formed of two parts?

Code: [Select]
;(40.snd (-p10)          ;sDoorOpen             matjsx
;        (seq\DoorO1.mid)
;        (savesmp\DoorO1.smp[mat])
;)
;
;(41.snd (-p10)          ;sDoorClose             matjsx
;        (seq\DoorC1.mid)
;        (savesmp\DoorC1.smp[mat])
Title: Re: snd to wav ?
Post by: Kawa on January 15, 2026, 05:04:52 PM
SV can do it. In fact...
Title: Re: snd to wav ?
Post by: robbo007 on January 15, 2026, 05:35:40 PM
<Robbo007 bows>..thanks :)

SV?
I've got code and tools all over my brain. Wine does not help...
Title: Re: snd to wav ?
Post by: Kawa on January 15, 2026, 05:53:06 PM
SV, the SCI Resource Viewer. Great tool. Available in Win32 GUI and CLI flavor, and despite the name also works on AGI.
Title: Re: snd to wav ?
Post by: robbo007 on January 16, 2026, 04:45:35 AM
I just downloaded it. Its very cool. Just what the doctor ordered :)