hi all,
as title say i have this message when i try to load my ogg fils.
I want premise that i was using a third-party lib, https://github.com/R4stl1n/cAudio,
which my ogg files were load without any problem.
( I was using this lib because his feature od 3D spatialization for sounds )
Said this, after last update, compiling my project i got some error about ogg header inclusion, and coming to forum i have seen that new ogg support feature were added to engine.
At this time i remove every trace of this lib from my project and now compilation will accomplish, but when i try to load a ogg file, i have the message on title writen in console and a program freeze of about 4 ~ 7 sec per file. Of course sound are not loaded and nothing works.
Is there a solution for this??
PS: I use Nero Wave Editor to convert an audio file to ogg.
PS PS:
According to this file:
https://svn.xiph.org/trunk/vorbis/examples/decoder_example.c
My problem ocCurs when:
int result=ogg_sync_pageout(&oy,&og);
if(result<0){ fprintf(stderr,"Corrupt or missing data in bitstream; continuing...\n");
and at https://xiph.org/ogg/doc/libogg/ogg_sync_pageout.html
explaination says:
Returned value:
-1 returned if stream has not yet captured sync (bytes were skipped).