soundKonverter is a frontend to various audio converters.
The key features are:
- Audio conversion
- Replay Gain calculation
- CD ripping

github.com/dfaust/soundkonverter
github.com/nphantasm/soundkonverter
store.kde.org/p/1126634
soundKonverter is a frontend to various audio converters.
The key features are:

github.com/dfaust/soundkonverter
github.com/nphantasm/soundkonverter
store.kde.org/p/1126634
We provide a simple Windows UHJ stereo to Ambisonic B-Format conversion tool for Windows. It converts stereo material that is in the UHJ format (typically from Nimbus Records) into Ambisonic B-Format .AMB files (using FuMa encoding and just the WXY channels). It uses the “naive” speaker-agnostic approach to this.
Bitfake was originally created to detect fake
.FLACfiles through spectral analysis. It has since grown into a multipurpose CLI tool for handling music more easily and efficiently.One common problem was that getting a track’s metadata required long
ffprobecommands with messy output. Converting music withffmpegwas also repetitive. The command itself is easy to remember, but writing scripts to convert entire directories felt inefficient and slow. This project now performs metadata and conversion tasks directly through linked libraries (TagLib/libsndfile/libav*).
.FLAC files (higher sample rates may be misrepresented, so be careful).wav, .flac, .ogg, .mp3, .aac, .opus)github.com/Ray17x/bitfake2
gpo.zugaina.org/app-misc/bitfake2
repology.org/maintainer/ray%40atl.tools/feed-for-repo/gentoo_ovl_guru
caudec is a command-line utility that transcodes (converts) audio files from one format (codec) to another, among other things.
It leverages multi-core CPUs and runs multiple processes concurrently (one per file and per codec, and more than one thread per codec when it supports it). The objective is to hog the CPU as much and as long as possible. One strategy is to sort input files by size, so that the largest files potentially get more threads towards the end of the job.