MusicSync ~ Synchronize Music Libraries


MusicSync is a cross-platform tool that synchronizes your music library between devices and drives with advanced settings.

You can use it through CLI, that makes easy to sync you library with only a click using a script, or through GUI, that is more user-friendly. Here there are two examples:

python musicsync D:/Music sdcard/Music --adb --min-rating 4.5 --output-format opus --output-bitrate 128k
python musicsync D:/Music sdcard/Music --adb --min-rating 3 --min-year 2020 --output-format opus --output-bitrate

github.com/serpest/MusicSync
hydrogenaud.io/index.php?topic=121169.0

GMetronome ~ Gnome Metronome


A free software metronome and tempo measurement tool for composers and musicians.

gitlab.gnome.org/dqpb/gmetronome

Euphonium ~ Multiplatform Extensible Audio Streaming


Euphonium is a highly extensible audio streaming software. It’s multiplatform, also supporting low cost MCU’s like espressif ESP32 series.

Features:

  • Clean and lightweight web-ui.
  • Supports multiple plugins: Spotify streaming, Bluetooth (on esp32), Web Radio, Jellyfin.
  • Fully modular architecture.
  • Easily extendible and portable to new hardware, thanks to the internal Berry-lang powered scripting engine.

Required hardware for esp32:

  • Any ESP32 chip with at least 4MB of flash and 4MB of PSRAM. Wrover chips are usually a good call. 🙂
muvox-io.github.io/euphonium
github.com/muvox-io/euphonium

Benihora ~ Voice Generation Library & VST3 Plugin


Benihora is a Rust library and VST Plugin that generates voice based on a vocal tract model. This is a Rust port of Pink Trombone developed by Neil Thapen with some customizations.

github.com/carrotflakes/benihora
github.com/carrotflakes/benihora/tree/main/benihora-vst

Instant Lyrics ~ Linux Lyrics App


Instantly fetches the lyrics of the currently playing Spotify song, or any song, and displays it in a window.

A Linux application with a very convenient GUI. Built with Python Gtk+3 (gi).

github.com/bhrigu123/Instant-Lyrics

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

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

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

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