search for: samplesourc

Displaying 1 result from an estimated 1 matches for "samplesourc".

Did you mean: samplesource
2001 Sep 10
0
Ogg Open Crash
...for win32. I've looked in the code and decided the easiest way is to just use the MediaXW codecs to play ogg files via the mci interface. Works fine so far. But i too wanted to implement support for reading the ogg tag info (Artist, Title, comments, etc) like i do with mp3 files. So i took the samplesource vorbisfile.c and pasted and copied some basic stuff to see if i can get that to work. To my suprise it does not work, only a crash when calling the function ov_open(...). Below is the code snippet i use, everything else works fine, its the ov_open function that crashes. May you can give me any hel...