package shine
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  Fixed-point MP3 encoder
Install
    
    dune-project
 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 buildThis should build both the native and the byte-code version of the extension library.
Installation:
Via opam:
$ opam install shineVia dune (for developers):
$ dune installAuthor
This author of this software may be contacted by electronic mail at the following address: savonet-users@lists.sourceforge.net.
Dependencies (4)
- dune-configurator
- conf-shine
- 
  
    dune
  
  
    >= "2.8"
- 
  
    ocaml
  
  
    >= "4.03.0"
Dev Dependencies (1)
- 
  
    odoc
  
  
    with-doc
Used by
None
Conflicts
None
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page