http://bugs.winehq.org/show_bug.cgi?id=56350
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox.xerox2000x@gmail.com
--- Comment #3 from Louis Lenders xerox.xerox2000x@gmail.com --- Created attachment 79289 --> http://bugs.winehq.org/attachment.cgi?id=79289 wav file generated by the python program
I doubt this is a crypt problem. The FIXME's don't necesseraly mean it's a bug.
The program appears to generate a soundfile (line.wav) from the text and does PlaySoundW (from winmm) to play it which fails.
I attached the wav file; it plays correctly when I open it in Linux native mpv for example, and I can hear the text ("Hello").
Simple test with PlaySoundW in wine fails to play it. I don't know how wav file should look like, but it seems there's some header(RIFF?) in wine's testwavs. The line.wav doesn't have this, but somehow Linux native mpv understands how to play this.