Two flac2mp3 Scripts


flac2mp3 is a perl script that will search for flac files within
a directory hierarchy and convert them all to mp3 format, creating a
matching directory structure in the process.
robinbowes.github.io/flac2mp3
github.com/robinbowes/flac2mp3

This is a python script for transcoding flac files into mp3 files keeping covers, tags, and directory structure. It is multithreaded and creates as much thread as the number of cores on the host. The flac tags will be added to the mp3 files ut8 encoded, and if a cover.jpg file is found in the flac files directory it will be added to the mp3.

The mp3 generated will be itunes compliant (accents, covers) and encoded with lame command :

lame --silent -V2 --vbr-new -q0 --lowpass 19.7 --resample 44100
github.com/bamthomas/flac2mp3

jammer ~ Command Line Audio Player


Light-weight CLI music player with Soundcloud & Youtube support.

Supported formats:

  • MP3: MPEG Audio Layer III
  • OGG: Ogg Vorbis
  • WAV: Waveform Audio File Format
  • FLAC: Free Lossless Audio Codec
  • AAC: Advanced Audio Coding
  • WMA: Windows Media Audio
  • MP4: MPEG-4
  • JAMMER: Jammer playlist
  • FOLDER: Folder / Directory
github.com/jooapa/jammer

Discord Audio Cable ~ Streaming Discord Bot


This is an system tray app that connects to a chosen Discord voice channel and streams audio from one of your audio devices or from YouTube.

github.com/vctandrade/discord-audio-cable

Ferocious File Converter ~ Graphical Frontend For ReSampler


Ferocious File Converter is a graphical front-end for ReSampler, and potentially any number of other command-line audio conversion tools.

It provides a convenient and easy-to-use method for converting audio files between a number of formats.

github.com/jniemann66/ferocious

elpAudio ~ Simple Audio Player Using FMOD


elpAudio – A simple audio player using FMOD, that supports custom WinAmp themes, music files (.mp3, .midi, .wav, .ogg, .flac, .opus), tracker music (.mod, .xm, .s3m, .it) and other sound types (.wasd, .etm, .mus).

github.com/elpoeprod/elpAudio

Spotube ~ Open Source Spotify Client


An open source, cross-platform Spotify client compatible across multiple platforms utilizing Spotify’s data API and YouTube, Piped.video or JioSaavn as an audio source, eliminating the need for Spotify Premium.

  • 🚫 No ads, thanks to the use of public & free Spotify and YT Music APIs¹
  • ⬇️ Freely downloadable tracks
  • 🖥️ 📱 Cross-platform support
  • 🪶 Small size & less data usage
  • 🕵️ Anonymous/guest login
  • 🕒 Time synced lyrics
  • ✋ No telemetry, diagnostics or user data collection
  • 🚀 Native performance
  • 📖 Open source/libre software
  • 🔉 Playback control is done locally, not on the server
spotube.krtirtho.dev

EXPStudio Audio Editor


Expstudio Audio Editor is evidently defunct. The free version can only save audio files as uncompressed WAV PCM (*.wav) and mp2 (*.mp2).

Archived version

line ~ Command Line MIDI Sequencer


A tiny command-line midi sequencer for live coding.

  • Sends MIDI messages to a chosen MIDI channel. Default is 1.
  • 1 instrument or 1 CC
github.com/pd3v/line
line running in a Terminal window

ARver ~ Command Line AccurateRip Verification


ARver is a command-line program for verifying audio tracks ripped from a CD against checksums stored in AccurateRip database.

The idea behind AccurateRip verification is that it’s virtually impossible to get exact same errors when ripping different copies of the same CD on various CD drives. If the copies are scratched or otherwise degraded, read errors will occur in different disc sectors. CD drive defects are unlikely to manifest in the same way on different machines. Essentially, all read errors are expected to be unique, but in absence of errors only a single correct result exists.

AccurateRip database stores track checksums submitted by multiple users. When many users rip the same disc without errors, same checksums are submitted to the database repeatably, boosting their “confidence” statistic. If a checksum of a ripped track is not found in the database, it indicates that the track has not been ripped correctly. Since the result is unique, disc read errors likely occurred while ripping.

ARver calculates the AccurateRip checksums of local files, fetches checksums for a given CD from the database, and displays a report which compares them.

github.com/arcctgx/ARver

XMP ~ Extended Module Player


xmp is a module player for Unix-like systems that plays over 90 mainstream and obscure module formats from Amiga, Atari, Acorn, Apple IIgs and PC, including Protracker (MOD), Scream Tracker 3 (S3M), Fast Tracker II (XM) and Impulse Tracker (IT) files.

sourceforge.net/projects/xmp

BruteFIR ~ Unix Multi-Channel Convolution


BruteFIR is a software convolution engine, a program for applying long FIR filters to multi-channel digital audio, either offline or in real-time. Its basic operation is specified through a configuration file, and filters, attenuation and delay can be changed in runtime through a simple command line interface. The FIR filter algorithm used is an optimized frequency domain algorithm, partly implemented in hand-coded assembler, thus throughput is extremely high. In real-time, a standard computer can typically run more than 10 channels with more than 60000 filter taps each.

Through its highly modular design, things like adaptive filtering, signal generators and sample I/O are easily added, extended and modified, without the need to alter the program itself.

torger.se/anders/brutefir

Vitomu ~ Video To Audio Converter


Vitomu stands for VIdeo TO MUsic converter. It allows easy conversion of online and offline videos to audio files. Just drop a URL or a local video file on the target to start the conversion. The current version supports dropping URLs of both YouTube videos and local MKV and MP4 files.

github.com/digimezzo/vitomu