Python Audio Tools
Developer(s) | Brian Langenberger |
Release information | |
---|---|
Stable release | 2.19 |
Preview release | git |
Compatibility | |
Operating system | GNU/Linux |
Additional information | |
Use | Digital Audio Extraction |
License | GPL |
Website | Python Audio Tools website |
Introduction
Python Audio Tools are a collection of audio handling programs which work from the command line. These include programs for CD extraction, track conversion from one audio format to another, track renaming and retagging, track identification, CD burning from tracks, and more. Supports internationalized track filenames and metadata using Unicode. Works with high-definition, multi-channel audio as well as CD-quality. Track conversion uses multiple CPUs or CPU cores if available to greatly speed the transcoding process. Track metadata can be retrieved from FreeDB, MusicBrainz or compatible servers.
Features
Audio Formats:
- AIFF
- Apple Lossless
- FLAC
- M4A
- MP2
- MP3
- Ogg FLAC
- Ogg Vorbis
- Opus
- Shorten
- Sun AU
- WAV
- WavPack
Other Features:
- AccurateRip technology available in git version
- Burning
- Tagging, Album Art, Flac checksum verification, AccurateRip file verification.
Useful Commands
- To rip a CD
- cd2track --type=flac --dev=/dev/cdrom
- To rip a DVD-Audio disc
- dvda2track -t flac -c /dev/cdrom -A /media/cdrom/AUDIO_TS
- Convert from flac to wav
- track2track --type=wav *.flac
- Check file against AccurateRip Database (currently feature is in git version)
- trackverify -R *.flac