truelevel: Audio file compressor-limiter

[ bsd3, program, sound ] [ Propose Tags ]

An audio file compressor / limiter. This program will adjust the dynamic range of a WAVE file.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.1.1, 0.1.2, 0.1.3, 0.1.3.1
Dependencies base, parseargs, WAVE [details]
License BSD-3-Clause
Copyright Copyright (C) 2006-2008 Bart Massey
Author Bart Massey <bart@cs.pdx.edu>
Maintainer Bart Massey <bart@cs.pdx.edu>
Category Audio
Home page http://wiki.cs.pdx.edu/bartforge/truelevel
Uploaded by BartonMassey at 2008-03-09T09:58:37Z
Distributions NixOS:0.1.3.1
Reverse Dependencies 1 direct, 0 indirect [details]
Executables truelevel
Downloads 3627 total (13 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2017-01-03 [all 7 reports]

Readme for truelevel-0.1

[back to package description]
truelevel -- audio file compresor / limiter
version 0.1
Bart Massey <bart@cs.pdx.edu>
8 March 2008

This program is a simple command-line compressor / limiter
for WAVE format audio files.  There is precious little
documentation at this point; that needs to be fixed soon.

I have used this code with ghc 6.6 and ghc 6.8 on Linux,
although the current cabal setup has only been tested with
cabal 1.2 and ghc 6.8.  Other than the lack of
documentation, it is a fairly standard Hackage-ready
package, to the extent I know how to construct such.

I'm not really working on this Haskell code any longer; I
rewrote it in Java for a project I'm working on.  However, I
think it's a nice demo app for my WAVE library.

Have fun with it, and let me know if there are problems.