Wintermute Engine Forum

Wintermute Engine => Technical forum => Topic started by: GVG on September 13, 2010, 07:16:28 AM

Title: WAV sound problem
Post by: GVG on September 13, 2010, 07:16:28 AM
Hi!
I have problem to play standard Windows WAV file (start.wav).

wme.log:
10:01: Error creating sound buffer for file 'sounds\start.wav'
       returned: E_NOTIMPL

script:
     Game.PlaySound( "sounds\start.wav", false );

What is it?
Title: Re: WAV sound problem
Post by: Mnemonic on September 13, 2010, 07:28:11 AM
You are probably using some compressed wav file. WME only supports uncompressed wav files. Use Ogg Vorbis sound instead.