The wavconvert package
This program is useful for turning a directory tree of .wav files (presumably created by a CD ripping program) into a tree of .ogg files with proper metadata. It is meant to be run on a directory tree in which the directory structure is organized according to the artist and album names. It runs an .ogg encoder (which is assumed to be installed) and sets the metadata in the resulting .ogg files based on the directory organization. (See the README for examples.) It would be easy to adapt the code to generate .mp3 files instead of .ogg, or to use a different encoder (currently the oggenc program is assumed.)
Properties
| Versions | 0.1, 0.1.1 |
|---|---|
| Dependencies | base, directory, filepath, process |
| License | BSD3 |
| Copyright | (c) Tim Chevalier, 2008 |
| Author | Tim Chevalier |
| Maintainer | chevalier@alum.wellesley.edu |
| Category | Sound |
| Executables | wavconvert |
| Upload date | Mon Aug 19 00:29:40 UTC 2008 |
| Uploaded by | TimChevalier |
| Built on | ghc-6.10, ghc-6.8 |
Downloads
- wavconvert-0.1.1.tar.gz (Cabal source package)
- package description (included in the package)