package lame

  1. Overview
  2. Docs
MP3 encoding library

Install

Dune Dependency

Authors

Maintainers

Sources

v0.3.7.tar.gz
md5=91eff5047752b8f3116dbc88090b1a00
sha512=7f001c9c04446ca75c23c09f06fb23d6a9d7342bb2aad46e346bf96be189c60a5fea65edf475d4b85f9fe0d136b120d3d5914c5959ed62d006963031701f5af9

Description

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

Published: 17 May 2023

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