search for: verdes_2

Displaying 3 results from an estimated 3 matches for "verdes_2".

Did you mean: verdes
2005 Jun 17
1
ov_open fails on Version 1.0.1
...uld you take a look at what I have below and possibly point out my problem? Needless to say, I would greatly appreciate it! Steve Russell // AudioFile.cpp #include "vorbis/codec.h" #include "vorbis/vorbisfile.h" . . . OggVorbis_File vf; FILE* pFile; pFile = fopen("verdes_2.ogg", "rb"); int err = err = ov_open(pFile, &vf, NULL, 0); . . . ov_clear(&vf); In my app's directory, I have ogg.dll vorbis.dll vorbisfile.dll and have added to my project these files: ogg\ogg.h ogg\os_types.h vorbis\codec.h vorbis\vorbisfile.h I am ignoring this...
2005 Jun 17
0
ogg vorbis decoding in MFC/C++ app
I am trying to insert a bit of ogg vorbis decoding into my MFC/C++ program and send it to my waveOut functions. // AudioFile.cpp #include "vorbis/codec.h" #include "vorbis/vorbisfile.h" . . . OggVorbis_File vf; FILE* pFile; pFile = fopen("verdes_2.ogg", "rb"); int err = err = ov_open(pFile, &vf, NULL, 0); . . . ov_clear(&vf); In my app's directory, I have ogg.dll vorbis.dll vorbisfile.dll and have added to my project these files: ogg\ogg.h ogg\os_types.h vorbis\codec.h vorbis\vorbisfile.h I am ignoring this...
2005 Jun 14
3
lack of detail for exception in ov_open
I am having one frustrating time trying to decipher why ov_read is failing in my MFC/C++ application, and I see in Google results that others have had difficulty as well. These google discussions generally involve libraries, dll's and linking options, as though there are perhaps some basic incompatibilities between ogg vorbis and win32 and/or MFC/C++. Very confusing. If I pass fopen a