search for: oggz_serialno_new

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

2015 Feb 23
2
library for creating Opus files?
On 23/02/15 10:30 AM, Tony wrote: > I __think__ opus-tools' opusenc has code which can be used as a > template/sample for how to create an .Ogg file with Opus content. As > expected, it makes use of libopus and libogg. Sadly that's the best option currently. As you say it's a bit complicated, although oggenc has a lot of extra support for controlling encoder options you
2009 Aug 12
1
Oggz use
...rn 0; }/ ------------------------------------------------------------------------------------------------ /int main (int argc, char * argv[]) { int ret; long n; OGGZ* _fOggz;// _fOggz = oggz_open("./fic/final.ogg", OGGZ_WRITE); if (!_fOggz) //...LOG ERRORS... serialno = oggz_serialno_new (_fOggz); ogg_int64_t granulepos = 0; ogg_int64_t packetno = 0; if (oggz_write_set_hungry_callback (_fOggz, oggzHungry, 1, NULL) == -1) //...LOG ERRORS... while ((n = oggz_write (_fOggz, 32)) > 0); oggz_close(_fOggz); }/ ------------------------------------------------------------...
2008 Feb 15
1
Oggz 0.9.7 Release
...eaves data pages intact. liboggz API: * Added oggz_comments_copy(). * Added oggz_comments_generate(), which does not require a packet_type argument. Deprecate oggz_comment_generate(). * Added oggz_stream_get_numheaders(), implemented for all known codecs * oggz_serialno_new() now only generates serialnos which will fit within a 32bit integer. * oggz_write_feed() now fails with OGGZ_ERR_BAD_SERIALNO if it is passed a serialno outside of the 32bit range. * Added OGGZ_CONTENT_CELT to the public OggzStreamContent enum. Internal:...
2008 Feb 15
1
Oggz 0.9.7 Release
...eaves data pages intact. liboggz API: * Added oggz_comments_copy(). * Added oggz_comments_generate(), which does not require a packet_type argument. Deprecate oggz_comment_generate(). * Added oggz_stream_get_numheaders(), implemented for all known codecs * oggz_serialno_new() now only generates serialnos which will fit within a 32bit integer. * oggz_write_feed() now fails with OGGZ_ERR_BAD_SERIALNO if it is passed a serialno outside of the 32bit range. * Added OGGZ_CONTENT_CELT to the public OggzStreamContent enum. Internal:...