mpeg-audio-frame-parser/README.md

6 lines
146 B
Markdown
Raw Normal View History

2018-04-13 11:06:37 +00:00
# Mp3FrameParser
2018-04-13 11:14:16 +00:00
Given a series of binary packets, extract any complete MP3 frames that can be found and return them to clients.
2018-04-13 11:06:37 +00:00
2018-04-13 11:14:16 +00:00
Currently WIP.