package shine

  1. Overview
  2. Docs
Fixed-point MP3 encoder

Install

Dune Dependency

Authors

Maintainers

Sources

v0.2.3.tar.gz
md5=053785d619db4bca60a387ceb51330b2
sha512=ba09c0c2c7e0738e29713c6d2483d6b0dfce50eddb433c7a90dedf05e10cc7e5724cc9890463324c557ad90b433dce85ec7e6d14fb8023b75125c50e80c8950a

Description

shine is a super fast mp3 encoding library implemented in fixed-point arithmetic.

Published: 13 Apr 2022

README

ocaml-shine

This package contains an OCaml interface for the shine fixed-point encoding library. Please read the COPYING file before using this software.

Prerequisites:

  • ocaml

  • libshine

  • findlib

  • dune

Compilation:

$ dune build

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

Installation:

Via opam:

$ opam install shine

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 (4)

  1. dune-configurator
  2. conf-shine
  3. dune >= "2.8"
  4. ocaml >= "4.03.0"

Dev Dependencies (1)

  1. odoc with-doc

Used by

None

Conflicts

None