Displaying 1 result from an estimated 1 matches for "test_with_data".
2008 Jul 31
1
liboggz and packets versus segments ...
...en pump a couple of 600 byte test data packets into it
and liboggz does the magic of breaking the 600 byte packet into 3 page
segments. Then I write an eos page to finish up.
I can then read this file back and rewrite it to another file and get
exactly the same result ? which is great (result is test_with_data.ogg file
attached).
I then attempted to read back a sample spx file I obtained from the web
(attached female_scrub.spx) file.
I can read it back happily but I end up with a resultant file twice the size
as the read_packet callback gets called on each page segment being read, and
I am writing ea...