Menu

#2 SampleParser does not work with all binary files

open
nobody
None
5
2004-09-06
2004-09-06
No

SampleParser has problems with fully binary files (e.g.,
MIDI files), since it uses only 256 symbols for all byte
values plus end-of-stream.

This could be fixed by setting end-of-stream to 256
instead of 255 and symbol count to 257 instead of 256.

Discussion


Log in to post a comment.