Community
SCI Programming => SCI Development Tools => Topic started 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?
;(40.snd (-p10) ;sDoorOpen matjsx
; (seq\DoorO1.mid)
; (savesmp\DoorO1.smp[mat])
;)
;
;(41.snd (-p10) ;sDoorClose matjsx
; (seq\DoorC1.mid)
; (savesmp\DoorC1.smp[mat])
-
SV can do it. In fact...
-
<Robbo007 bows>..thanks :)
SV?
I've got code and tools all over my brain. Wine does not help...
-
SV, the SCI Resource Viewer. Great tool. Available in Win32 GUI and CLI flavor, and despite the name also works on AGI.
-
I just downloaded it. Its very cool. Just what the doctor ordered :)