package mpg123

  1. Overview
  2. Docs
MP3 decoding library

Install

Dune Dependency

Authors

Maintainers

Sources

0.1.tar.gz
md5=8c5a96f8769597a4f077fec5224dbce9
sha512=2f79d1f5e1e62a5d19f095de2fb80b61d1803b4c917bf937a7d889f0871e8d563324e1cdffb0633f8cfdd67293e39e7f6b5336f9a786955ae10c71666b582518

Description

OCaml bindings to libmpg123

Published: 28 Oct 2020

README

README.md

This is an OCaml package that provides bindings to the mpg123 library.

It uses the excellent ctypes library to generate the C-stubs which should help minimize the bugspace.

Installing

opam install mpg123

Status

There's just enough here to open an mp3, query some metadata, and read audio.

Contributions welcome.

Dev Dependencies

None

Used by

None

Conflicts

None