audacity: Interchange with the Audacity sound signal editor
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
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.
Properties
Versions | 0.0, 0.0.1, 0.0.1.1, 0.0.1.2, 0.0.1.3, 0.0.1.3, 0.0.2, 0.0.2.1, 0.0.2.2 |
---|---|
Change log | None available |
Dependencies | audacity, base (>=4.5 && <5), bytestring (>=0.9 && <0.11), deepseq (>=1.3 && <1.5), directory (>=1.1 && <1.4), explicit-exception (>=0.1.7 && <0.2), filepath (>=1.3 && <1.5), non-empty (>=0.2.1 && <0.4), optparse-applicative (>=0.11 && <0.15), 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.6), 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 |
Category | Sound |
Home page | http://hub.darcs.net/thielema/audacity |
Source repo | this: darcs get http://hub.darcs.net/thielema/audacity --tag 0.0.1.3 head: darcs get http://hub.darcs.net/thielema/audacity |
Uploaded | by HenningThielemann at 2018-04-16T19:52:39Z |
Modules
[Index]
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.1.3.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees