mpeg-audio-frame-parser/lib
Rob Watson f9d6c66f7e Bug fix: Complete frames as soon as it is possible
It should not be necessary to wait for the subsequent sync word to
determine that the current frame is complete - this can be assured
simply back checking the expected frame size against the actual bytes.

This ensures that completed frames are made available immediately, and
avoids dropping a single frame from every binary stream that is
processed.
2018-04-18 13:00:01 +02:00
..
mpeg_audio_frame_parser Bug fix: Complete frames as soon as it is possible 2018-04-18 13:00:01 +02:00
mpeg_audio_frame_parser.ex Bug fix: Complete frames as soon as it is possible 2018-04-18 13:00:01 +02:00