audacity: Interchange with the Audacity sound signal editor
This package provides functions for interchange with the Audacity sound signal editor. Currently we support import and export of label tracks, export of Audacity projects and limited import of tracks from Audacity projects.
We provide some examples that are useful on its own:
sox-split
: Split an audio file according to a label track. Audacity provides this function by itself. You can use placeholders like%s
and%02d
in order to compose the names of the parts from the labels and positions.sox-concat
: Concatenate a sequence of sound files with matching sampling rates and numbers of channels using SoX and generate an Audacity label track file that shows the origins of the parts.audacity-concat
: Create an Audacity project file containing a virtual concatenation of the input sound files and a label track showing the origins of the sound files.audacity-combine
: Put several audio and label files into tracks of a new Audacity project. Opening one or even multiple such projects is much easier than loading individual tracks into Audacity.
Modules
[Index] [Quick Jump]
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
buildexamples | Build example executables | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- audacity-0.0.2.1.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.0, 0.0.1, 0.0.1.1, 0.0.1.2, 0.0.1.3, 0.0.2, 0.0.2.1, 0.0.2.2 (info) |
---|---|
Dependencies | audacity, base (>=4.5 && <5), bytestring (>=0.9 && <0.13), deepseq (>=1.3 && <1.6), directory (>=1.1 && <1.4), explicit-exception (>=0.1.7 && <0.3), filepath (>=1.3 && <1.5), non-empty (>=0.2.1 && <0.4), optparse-applicative (>=0.11 && <0.18), semigroups (>=0.1 && <1.0), soxlib (>=0.0 && <0.1), storable-record (>=0.0 && <0.1), storablevector (>=0.2.9 && <0.3), tagchup (>=0.4 && <0.5), transformers (>=0.3 && <0.7), utility-ht (>=0.0.10 && <0.1), xml-basic (>=0.1.1 && <0.2) [details] |
License | BSD-3-Clause |
Author | Henning Thielemann |
Maintainer | haskell@henning-thielemann.de |
Revised | Revision 3 made by HenningThielemann at 2023-12-26T20:24:42Z |
Category | Sound |
Home page | https://hub.darcs.net/thielema/audacity |
Source repo | this: darcs get https://hub.darcs.net/thielema/audacity --tag 0.0.2.1 head: darcs get https://hub.darcs.net/thielema/audacity |
Uploaded | by HenningThielemann at 2022-02-04T12:28:01Z |
Distributions | LTSHaskell:0.0.2.2, NixOS:0.0.2.2, Stackage:0.0.2.2 |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Executables | audacity-combine, audacity-concat, sox-concat, sox-split |
Downloads | 4640 total (21 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2022-02-04 [all 1 reports] |