Closed GoogleCodeExporter closed 8 years ago
Another solution would be to add an alogg_create_ogg_from_packfile() function
(pack_fopen() supports unicode filenames). You would only have to change 'FILE
*' to 'PACKFILE *' and fopen() to pack_fopen().
Original comment by xander4j...@yahoo.com
on 9 Nov 2010 at 11:32
That sounds good, we could put that in mix.c or something just in case ALOGG
ever gets updated, so we don't lose it.
Original comment by raynebc
on 9 Nov 2010 at 11:37
I'm going to put this in ALOGG since we are already using a custom version. I'm
certain ALOGG is a dead project since it's been unchanged almost since vorbis
was first released.
Original comment by xander4j...@yahoo.com
on 9 Nov 2010 at 11:44
I couldn't use the PACKFILE method since PACKFILEs are not fully seekable. I
went ahead and implemented your method of using alogg_create_ogg_from_buffer()
instead.
Original comment by xander4j...@yahoo.com
on 10 Nov 2010 at 12:06
Original issue reported on code.google.com by
raynebc
on 9 Nov 2010 at 11:01