BassBoom ~ Music App & Library


BassBoom is a music player made with C# using the fast mpg123 library as the native backend that handles the music playback and song information, including the playback device information.

This library is a viable library aimed for cross-platform music playing because we’ve selected mpg123 as the MP3 backend library for its ease of use and for its fast music playback. This library is frictionless as it aims for stability and cross-platform compatibility.

In addition to your regular music files, BassBoom also supports online MPEG radio stations that you can use to play your own favorite radio stations, as long as they don’t use AAC or any other codec that BassBoom doesn’t support.

github.com/Aptivi/BassBoom

Roon Command Line Project ~ Roon Automation & Control


The Roon Command Line project provides Bash and Python scripts to enable command line control of the Roon audio system over a local network.

Note: No modifications are made to the Roon Core. The RoonCommandLine package resides entirely on other systems within your local area network.

rooncommand.dev
github.com/doctorfree/RoonCommandLine

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

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

DiscImageCreator ~ Disk Image Extractor


This command-line program dumps a disc (CD, GD, DVD, HD-DVD, BD, GC/Wii, XBOX, XBOX 360) and disk (Floppy, MO, USB etc.)

CD and GD, it can dump considering a drive + CD (=combined) offset.
What is the drive offset? Please look this document

This program works on Windows PC (Windows XP or higher) and Unix based PC (Linux, macOS).

MPF can work this program with GUI.

github.com/saramibreak/DiscImageCreator

daktilo ~ Turn Your Keyboard Into A Typewriter


daktilo (“typewriter” in Turkish, pronounced “duck-til-oh”, derived from the Ancient Greek word δάκτυλος for “finger”) is a small command-line program that plays typewriter sounds every time you press a key. It also offers the flexibility to customize keypress sounds to your liking. You can use the built-in sound presets to create an enjoyable typing experience, whether you’re crafting emails or up to some prank on your boss.

github.com/orhun/daktilo

Festival ~ Album Centered Music Player


Festival is a cross-platform music player for local album collections, with a client server architecture and multiple frontends

github.com/hinto-janai/festival

eyeD3 ~ ID3 Python Script Development


eyeD3 is a Python tool for working with audio files, specifically MP3 files containing ID3 metadata (i.e. song info).

It provides a command-line tool (eyeD3) and a Python library (import eyed3) that can be used to write your own applications or plugins that are callable from the command-line tool.

eyed3.readthedocs.io/en/latest/index

github.com/nicfit/eyeD3

DawVert ~ The DAW ConVERTer


DawVert is a Project File Converter

github.com/SatyrDiamond/DawVert