/mp3streamreader

A simple class that wraps an InputStream so as to read an MP3 file on frame boundaries. You can seek to an arbitrary point in the InputStream and then create an instance of MP3StreamReader. Subsequent calls to the read_next_chunk() method will fill the passed in buffer with an entire MP3 stream at or closest after the current point in the InputStream.

Primary LanguageJavaApache License 2.0Apache-2.0

This repository is not active