package mpg123

  1. Overview
  2. Docs
MP3 decoding library

Install

Dune Dependency

Authors

Maintainers

Sources

0.3.tar.gz
md5=a79b90c89ddbd8fc8c39142b3d5f4dde
sha512=1f92f7a001552e279f146eb14340b747eb18f6dd7ee5f66f93eab37f6dd9e3f3298475085232395404ca1ed9b8a3c94796e6d67884c18d6684010f897c3f8b42

README.md.html

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.