Running vgmstream test.exe via wine and php? by furrybob at 4:13 PM EST on February 3, 2010
I'm trying to have my webserver run the vgmstream command line in wine to convert audio files to wav format. However, when I do exec('wine text.exe "/path/file" -o "path/file.wav"');. It creates about 1000 samples of a flat wave in the right channel at the loop point like it did here: http://38.108.124.89/convert/Misty_Lake.ogg (replace the ogg with wav to get the original) This is the Misty Lake adx from Sonic and the Black Knight. If I run the command from the command line it converts like it should. And if i run it with php on a windows web server it works just fine.
Does anybody have any clue as to why it wouldn't be working when run with php?