Stream-oriented MPEG frame parser in Elixir
Go to file
Rob Watson 695fc758a8 Update README 2018-04-13 13:14:16 +02:00
config Vanilla Elixir 1.6.3 app 2018-04-13 13:06:37 +02:00
lib Vanilla Elixir 1.6.3 app 2018-04-13 13:06:37 +02:00
test Vanilla Elixir 1.6.3 app 2018-04-13 13:06:37 +02:00
.formatter.exs Vanilla Elixir 1.6.3 app 2018-04-13 13:06:37 +02:00
.gitignore Vanilla Elixir 1.6.3 app 2018-04-13 13:06:37 +02:00
README.md Update README 2018-04-13 13:14:16 +02:00
mix.exs Vanilla Elixir 1.6.3 app 2018-04-13 13:06:37 +02:00

README.md

Mp3FrameParser

Given a series of binary packets, extract any complete MP3 frames that can be found and return them to clients.

Currently WIP.