package mpg123

  1. Overview
  2. Docs
MP3 decoding library

Install

dune-project
 Dependency

Authors

Maintainers

Sources

0.2.tar.gz
md5=b82b7ba83b8ff035a986a7ccdca12a05
sha512=5e59547eb5c896e1a4468a1699c5568be95a2060340cb4fda0f688b0488910a6c560b222d21100e06475aed1c235a7e9548b1d633c80775ba61dd07ab59c2d2c

doc/README.html

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.