jselbie / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

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.

License:Apache License 2.0


Languages

Language:Java 100.0%