Cumulus ~ Mac Soundcloud Player


A SoundCloud player that lives in your menubar.

cumulus

gillesdemey.github.io/Cumulus
github.com/gillesdemey/Cumulus

AutoDrum ~ Automatic Drumware


“AutoDrum” is free, open source software for automatic drum performance. It has following features, and it can be used for imagination of compose, practice of instruments, and so on.

  • 13 preset rhythm patterns can be used, and you can add your original rhythm pattern which is created by your MIDI sequencer.
  • The tempo can be changed at any time while playing. Also, the tempo can be slaved to the external machine in slave mode.
  • Mixer feature, which enables you to change velocity level or mute each drum instruments.
  • Synchronized start and stop function, which enables you to start or stop with your performance with connected MIDI keyboard.
  • MIDI Timing synchronizing clock can be received and sent.
  • Only extracting zip file is required to execute. No need to install.
  • User interface and documentation are Japanese, English, Chinese compliant.
  • User interface is Windows XP / Vista / 7 /8.1’s theme compliant.
  • Unicode compliant.
AutoDrum4.0_en_S

openmidiproject.osdn.jp/AutoDrum

fmedia ~ Cross-platform Audio Interface


fmedia is a fast media player/recorder/converter for Windows, macOS, Linux and FreeBSD. It provides smooth playback and recording even if devices are very slow. It’s highly customizable and can be easily extended with additional plugins. Its low CPU & memory consumption saves energy when running on a notebook’s battery.

Play or convert audio files, record new audio tracks from microphone, save songs from Internet radio, and much more! fmedia is free and open-source project, and you can use it as a standalone application or as a library for your own software.

fmedia

stsaz.github.io/fmedia
github.com/stsaz/fmedia

Rhythmbox ~ Gnome Audio Player


Rhythmbox is a music playing application for GNOME.

rhythmbox

wiki.gnome.org/Apps/Rhythmbox
en.wikipedia.org/wiki/Rhythmbox

UADE ~ Unix Amiga Music Player


UADE is a music player for UNIX platforms that plays music formats used on the Amiga computer.

gitlab.com/uade-music-player

x0xb0x ~ A DIY Analog Synth


x0xb0x = Synth + Sequencer

The x0xb0x is not just another MIDI-controlled TB-303 clone. x0xb0x is a full reproduction of the original Roland synthesizer, with fully functional sequencer. The sequencer can be programmed just like the original 303 (ok its actually a little easier, we think) and can be used to control other synthesizers via any of its various output formats. 128 banks of track memory and 64 banks of pattern memory are stored in onboard EEPROM, no battery-backup is needed!

x0xb0x

www.ladyada.net/make/x0xb0x
www.ladyada.net/wiki/x0x/x0xd0x
sourceforge.net/projects/x0xb0x/

Spleeter ~ Source Separation Library


Spleeter is the Deezer source separation library with pretrained models written in Python and uses Tensorflow. It makes it easy to train source separation model (assuming you have a dataset of isolated sources), and provides already trained state of the art model for performing various flavour of separation:

  • Vocals (singing voice) / accompaniment separation (2 stems)
  • Vocals / drums / bass / other separation (4 stems)
  • Vocals / drums / bass / piano / other separation (5 stems)

2 stems and 4 stems models have state of the art performances on the musdb dataset. Spleeter is also very fast as it can perform separation of audio files to 4 stems 100x faster than real-time when run on a GPU.

We designed Spleeter so you can use it straight from command line as well as directly in your own development pipeline as a Python library. It can be installed with Conda, with pip or be used with Docker.

github.com/deezer/spleeter

AutoEQ ~ Automatic Headphone Equalization


AutoEQ is a project for equalizing headphone frequency responses automatically and it achieves this by parsing frequency response measurements and producing a equalization settings which correct the headphone to a neutral sound. This project currently has almost 2000 headphones covered in the results folder. See Usage for instructions how to use the results with different equalizer softwares and Results section for details about parameters and how the results were obtained.

AutoEQ is not just a collection of automatically produced headphone equalization settings but also a tool for equalizing headphones for yourself. frequency_response.py provides methods for reading data, equalizing it to a given target response and saving the results for usage with EqualizerAPO. It’s possible to use different compensation (target) curves, apply tilt for making the headphones brighter/darker and adding a bass boost. It’s even possible to make one headphone sound (roughly) like another headphone.

Third major contribution of this project is the measurement data and compensation curves all in a numerical format except for Crinacle’s raw data. Everything is stored as CSV files so they are easy to process with any programming language or even Microsoft Excel.

github.com/jaakkopasanen/AutoEq

Snd ~ Unix Sound Editor


Snd is a sound editor modelled loosely after Emacs. It can be customized and extended using either s7 (included in the Snd sources), Ruby, or Forth. Snd is free; the code is available via anonymous FTP as Snd tarball.

Snd

ccrma.stanford.edu/software/snd/
ccrma.stanford.edu/software/snd/snd/snd
sourceforge.net/projects/snd

Universal Media Server ~ DLNA-compliant UPnP Media Server


Universal Media Server is a media server capable of serving videos, audio and images to any DLNA-capable device. It is free, regularly updated and has more features than any other media server, including paid media servers.

It streams to many devices including Sony PlayStation 3 (PS3) and PlayStation 4 (PS4), Microsoft Xbox One and 360, many TVs (Samsung, Panasonic, Sony, Vizio, LG, Philips, Sharp), smart phones (iPhone, Android, etc.), Blu-ray players, and more. Universal Media Server supports all major operating systems, with versions for Windows, Linux and Mac OS X.

The program streams or transcodes many different media formats with little or no configuration. UMS is powered by MEncoder, FFmpeg, tsMuxeR, AviSynth, MediaInfo and more, which combine to offer support for a wide range of media formats.

www.universalmediaserver.com
sourceforge.net/projects/unimediaserver

FAAD2 ~ Freeware AAC Decoder


FAAD2 is an open source MPEG-4 and MPEG-2 AAC decoder, it is licensed under the GPLv2 license.

www.audiocoding.com/faad2.html
faac.sourceforge.net
rarewares.org/aac-decoders
en.wikipedia.org/wiki/FAAC#FAAD2_decoder

SoundTouch ~ Audio Processing Library


SoundTouch is an open-source audio processing library for changing the Tempo, Pitch and Playback Rates of audio streams or audio files. The library additionally supports estimating stable beats-per-minute rates for audio tracks.

  • Tempo (time stretch): Changes the sound to play at faster or slower tempo than originally without affecting the sound pitch.
  • Pitch (key) : Changes the sound pitch or key while keeping the original tempo (speed).
  • Playback Rate : Changes both tempo and pitch together as if a vinyl disc was played at different RPM rate.

The SoundTouch library is intended for application developers writing sound processing tools that require tempo/pitch control functionality, or just for playing around with the sound effects.

The SoundTouch library source kit includes also an example utility SoundStretch for processing .wav audio files from command-line interface.

Access the source codes in gitlab or download the compiled executables.

www.surina.net/soundtouch
gitlab.com/soundtouch