search for: myreadpacketcallback

Displaying 4 results from an estimated 4 matches for "myreadpacketcallback".

2012 May 21
1
Problems seeking with liboggz
...tains the time point requested in seek. What could be going wrong ??? Thanks in advance, Julio. PROGRAM: // TestaOgg.cpp : Defines the entry point for the console application. #include "stdafx.h" #include <exception> #include <oggz/oggz.h> int myReadPacketCallback (OGGZ* oggz, oggz_packet* packet, long serialno, void* user_data); int myReadPageCallback (OGGZ* oggz, const ogg_page* og, long serialno, void* user_data); int _tmain(int argc, _TCHAR* argv[]) { OGGZ* pOGGZ; int ret; oggz_off_t ofs; pOGGZ = oggz_open("MyAudio.spx", OG...
2012 May 21
0
Problems seeking with liboggz
...gt; > > Thanks in advance, > > Julio. > > > > PROGRAM: > > // TestaOgg.cpp : Defines the entry point for the console application. > > #include "stdafx.h" > > #include <exception> > > #include <oggz/oggz.h> > > > > int myReadPacketCallback (OGGZ* oggz, oggz_packet* packet, long > serialno, > void* user_data); > > int myReadPageCallback (OGGZ* oggz, const ogg_page* og, long serialno, > void* user_data); > > > > int _tmain(int argc, _TCHAR* argv[]) > > { > > OGGZ* pOGGZ; > > int ret; &g...
2012 May 23
0
Problems seeking with liboggz
...gt; > > Thanks in advance, > > Julio. > > > > PROGRAM: > > // TestaOgg.cpp : Defines the entry point for the console application. > > #include "stdafx.h" > > #include <exception> > > #include <oggz/oggz.h> > > > > int myReadPacketCallback (OGGZ* oggz, oggz_packet* packet, long > serialno, > void* user_data); > > int myReadPageCallback (OGGZ* oggz, const ogg_page* og, long serialno, > void* user_data); > > > > int _tmain(int argc, _TCHAR* argv[]) > > { > > OGGZ* pOGGZ; > > int ret; &g...
2012 May 16
2
Problems seeking with liboggz
Hi, I intend to use Ogg+Speex for voice recording/playback in a VoIP app. I am experimenting with liboggz to get acquainted with its API. As test files I am using some Ogg-Speex files converted from WAV files with speexenc.exe. I wrote a little testing app in Visual Studio 2010 under Windows 7. I defined OggzReadPage and OggzReadPacket callbacks with oggz_set_read_page()