package lame

  1. Overview
  2. Docs
MP3 encoding library

Install

Dune Dependency

Authors

Maintainers

Sources

v0.3.6.tar.gz
md5=3fd4364bfe22adb3d50c8bd1ff40986c
sha512=e378bd51ba90751eabb39b6fac32e4695d7532143f9c68d1ef7ce10198645d84f1cd9f123783d13ac0417d7d7d7050155a36bf4033d32f4d9715cf37b48dfb6a

Description

Bindings for the lame library which provides functions for encoding mp3 files

Published: 21 Mar 2022

README

README.md

ocaml-lame

This package contains an OCaml interface for the lame library.

Please read the COPYING file before using this software.

Prerequisites:

  • ocaml >= 4.00.1 (haven't tried earlier versions)

  • lame

  • findlib >= 0.8.1 (haven't tried earlier versions)

  • dune >= 2.0

Compilation:

$ dune build

This should build both the native and the byte-code version of the extension library.

Installation:

Via opam:

$ opam install lame

Via dune (for developers):

$ dune install

Author:

This author of this software may be contacted by electronic mail at the following address: savonet-users@lists.sourceforge.net.

Dependencies (3)

  1. dune-configurator
  2. dune >= "2.8"
  3. conf-lame

Dev Dependencies (1)

  1. odoc with-doc

Used by

None

Conflicts

None