shntool ~ WAVE Processing & Reporting Utility


shntool is a multi-purpose WAVE data processing and reporting utility. File formats are abstracted from its core, so it can process any file that contains WAVE data, compressed or not – provided there exists a format module to handle that particular file type.

shntool has native support for .wav files. If you want it to work with other lossless audio formats, you must have the appropriate helper program installed. The “Helper programs” section below contains links to helper programs for each format that shntool supports.

shnutils.freeshell.org/shntool
github.com/bayun/shntool

Buzz ~ Audio Transcription & Translation


Buzz transcribes and translates audio to text offline using OpenAI’s Whisper. Import audio and video files into Buzz and export them as TXT, SRT, or VTT files. Buzz supports Whisper, Whisper.cpp, Faster Whisper, Whisper-compatible models from the Hugging Face repository, and the OpenAI Whisper API.

Features:

  • Transcribe audio and video files or Youtube links
  • Live realtime audio transcription from microphone
    • Presentation window for easy accessibility during events and presentations
  • Speech separation before transcription for better accuracy on noisy audio
  • Speaker identification in transcribed media
  • Multiple whisper backend support
    • CUDA acceleration support for Nvidia GPUs
    • Apple Silicon support for Macs
    • Vulkan acceleration support for Whisper.cpp on most GPUs, including integrated GPUs
  • Export transcripts to TXT, SRT, and VTT
  • Advanced Transcription Viewer with search, playback controls, and speed adjustment
  • Keyboard shortcuts for efficient navigation
  • Watch folder for automatic transcription of new files
  • Command-Line Interface for scripting and automation

github.com/chidiwilliams/buzz
sourceforge.net/projects/buzz-captions

ZuseMe ~ Last.fm Client


ZuseMe allows you to scrobble songs to Last.fm from players like Groove Music, Media Player (Windows 11) and more.

github.com/dumbie/ZuseMe

It’s MyTabs ~ Tablature Viewer & Player


Open source, web based, self hostable guitar/bass tab viewer and player, similar to Songsterr.

github.com/louislam/its-mytabs
sourceforge.net/projects/it-s-mytabs.mirror

foo_audio_wizard ~ Full-track Analysis & Real-time Monitoring


Audio Wizard (foo_audio_wizard) is a fiery chapter of The Wizardium, granting foobar2000 audiophiles and engineers tools for full-track analysis and real-time monitoring. Harness Pure Dynamics for psychoacoustic clarity.

github.com/The-Wizardium/Audio-Wizard

Harmonoid ~ Play & Manage Music Library


Plays & manages your music library. Looks beautiful & juicy.

Features:

  • Fluid animations & beautiful design, everywhere you navigate
  • It’ll find lyrics or give your own .LRC files
  • Closely paired to work together. Windows & Linux
  • Experience the consistent Material Design
  • Music library management based on metadata tags
  • Capable of indexing 30+ files/second & saves cache for future app start-ups
  • Very strictly follows Material Design guidelines for UI & animations
  • Taskbar & System Media Transport Controls for Windows
  • Small installer (≈ 35 MB) & low RAM usage (≈ 150 MB)
  • Discord RPC integration with album art support & “Find”/”Listen” buttons

harmonoid.com
github.com/harmonoid
sourceforge.net/projects/harmonoid.mirror
itsfoss.com/harmonoid

Zenamp ~ Player With Visualizations & Games


Multi-format audio player with MIDI, minigames, playlists & many visualizations

Lightweight GTK3 audio player supporting MIDI, WAV, MP3, OGG, FLAC, AIFF, and Opus formats. Features OPL3 FM synthesis for authentic MIDI playback, drag-and-drop playlist queue, real-time spectrum visualization, 10-band equalizer, and M3U playlist support. Built with SDL2 audio backend for cross-platform compatibility across Linux and Windows. Includes intuitive controls with keyboard shortcuts, 5-second seek buttons, and efficient format conversion. Perfect for musicians and audio enthusiasts needing reliable playback of both modern and legacy audio formats. Multi-threaded architecture ensures smooth performance. MIT License.

Features:

  • Music Player
  • Queue Support
  • Playlist Support
  • Visualizations
  • Minigames

sourceforge.net/projects/midiplayer
apps.microsoft.com/detail/9p7ddq785vq2

Namida ~ Android Media Player


A Beautiful and Feature-rich Android Music & Video Player with Youtube Support, Built in Flutter.

Namida Interface

github.com/namidaco/namida

Rainmeter ~ Elegant Music Player


vsthemes.org

vsthemes.org/en/skins/rainmeter/45451-elegant-music-player
www.rainmeter.net

Bitter ~ Bitscope & Intersample Clip Monitor


Bitter shows how many of the available bits are being used by the audio signal, reports clipping samples, and estimates when digital-to-analog conversion would cause inter-sample clips. Typical uses for a bitscope include: verifying that a render dither is working properly; verifying that a particular plugin is not reducing the signal bit depth; testing for faulty audio source data.

Features:

  • Check for Intersample Clipping that may appear during digital-to-analog conversion
  • Detailed display of the usage density of each bit
  • Reveal the bitrate of the digital signal, which may well differ from that of the file’s bitrate or your DAW’s audio engine bitrate
  • Display the audio sample rate

www.stillwellaudio.com/plugins/bitter

DSOAL ~ DirectSound DLL Replacement


This project is for a DirectSound DLL replacement. It implements the DirectSound interfaces by translating the calls to OpenAL, and fools applications into thinking there is a hardware accelerated sound device. EAX is also implemented (up to version 4) by using OpenAL’s EAX extension, allowing for environmental reverb with sound obstruction and occlusion effects.

Effectively, this allows DirectSound applications to enable their DirectSound3D acceleration path, and turn on EAX. The actual processing is being done by OpenAL with no hardware acceleration requirement, allowing it to work on systems where audio acceleration is not otherwise available.

Or more succinctly: it enables DirectSound3D surround sound and EAX for systems without the requisite hardware.

github.com/kcat/dsoal
github.com/WinterSnowfall/dsoal

OpenMusic ~ Music Composition Language


OpenMusic (OM) is a visual programming language based on Common Lisp. Visual programs are created by assembling and connecting icons representing functions and data structures. Most programming and operations are performed by dragging an icon from a particular place and dropping it to an other place. Built-in visual control structures (e.g. loops) are provided, that interface with Lisp ones. Existing CommonLisp/CLOS code can easily be used in OM, and new code can be developed in a visual way.

OM may be used as a general purpose functional/object/visual programming language. At a more specialized level, a set of provided classes and libraries make it a very convenient environment for music composition. Above the OpenMusic kernel, live the OpenMusic Projects. A project is a specialized set of classes and methods written in Lisp, accessible and visualisable in the OM environment. Various classes implementing musical data / behaviour are provided. They are associated with graphical editors and may be extended by the user to meet specific needs. Different representations of a musical process are handled, among which common notation, midi piano-roll, sound signal. High level in-time organisation of the music material is proposed through the concept of “maquette”.

openmusic interface

openmusic-project.github.io
openmusic-project.github.io/openmusic
github.com/openmusic-project
en.wikipedia.org/wiki/OpenMusic

OM-SoX

OM-SoX is a library for multichannel audio manipulation and functional batch processing for OpenMusic, a visual programming environment based on CommonLisp / CLOS.

sourceforge.net/projects/omsox