Tapedeck is an audio editor for Linux with an alternative control interface. Instead of a mouse, keyboard, and screen, it uses the DJ board Hercules DJ Control Instinct, and a set of LED graph displays (not currently implemented, simulated with terminal graphics).
github.com/vanjac/tapedeck
Category Archives: Open Source
Eisenkraut ~ Multi-channel Audio Editor
The audio file editor, baptised ‘Eisenkraut’, came into existence (as a scaffold) during a project class on audio programming in Java at the SeaM in Weimar. It is distinguished by a number of traits which makes it particularly interesting in the field of computer music: There are no restrictions with regard to the number of channels in a file, and there is an OSC interface via which the functionality can be extended, for example using the SuperCollider language. Possible applications of such extensions are the transfer of marker information or the maintenance of meta data for segmented files, the algorithmic editing (cut/copy/paste) of files, or the addition of your own sound transformations or special decoders (e.g. an MS matrix).

The Loudspeaker Explorer ~ Colaboratory Notebook
A speaker measurement visualization, analysis and comparison tool.
KickMaker ~ Plugin Drum Synth
KickMaker is a synthesizer designed specifically to create good kick drum sounds. It uses four independent oscillators and a wide range of effects, allowing one to create perfectly customized beats.
Features:
- Four independent oscillators
- Each oscillator has its own ADSR curve
- ADSR curve for mixed signal

Psycle ~ Modular Music Creation Studio
Psycle is a Music tracker (like FastTracker 2 or Impulse Tracker) combined with plugin modularity. It supports its own plugin API, the VST2 plugin standard, and a tracker style sampler playback.
https://sourceforge.net/projects/psycle

http://psycle.pastnotecut.org/portal.php
http://sourceforge.net/projects/psycle/
Mp3VoiceStamp ~ Automatic Voice Annotation
Athletes’ companion: adds synthesized voice overlay with various info and on-going timer to your audio files.
Features:
- Automatic voice volume adjustment based on music file volume
- Supports batch processing of multiple files
- Features dry-run mode for quick tests
- Highly customizable
- Minimal runtime dependencies
- Works on Linux, Mac OS and Windows
- Free
github.com/MarcinOrlowski/Mp3VoiceStamp
AudioWorks ~ Tagging & Conversion Suite
A cross-platform, multi-format audio conversion and tagging suite for .NET and PowerShell. Formats currently supported are MP3, MP4 AAC, FLAC, Apple Lossless (ALAC), Opus, Ogg Vorbis and Wave.
This project supplants PowerShell Audio by targeting both Windows PowerShell and PowerShell Core (Windows, Linux and MacOS).
AudioKit Synth One ~ Mac Open Source Synth
This synthesizer is completely free, fully functional, and ad-free. It’s the ultimate free iPad music instrument app.
- Hybrid Analog/FM Poly Synth (6-voice)
- Over 300+ Presets crafted by famous sound designers
- Accessibility! Voice Over for the blind & visually impaired
- Audiobus 3 & Inter-app Audio (IAA)
- AUM, BeatMaker 3, Cubasis, GarageBand, etc compatible
- Five Oscillators (2 DCO, FM, Sub, Noise)
- 2 Assignable LFOs with dozens of routing possibilities
- 100+ Alternative Scales & Tunings
- Vintage-Style 16-Step Sequencer
- Classic poly arpeggiator
- Ableton Link
- MIDI in (Control with a MIDI Keyboard or DAW)
- Touchable ADSR Envelopes for Amp & Filter
- FM Oscillator w/ Mod
- Dedicated Sine/Square -12/24 Sub Osc
- 4-Pole Vintage Low-Pass Filter
- High-Pass/Band Pass Filters
- Mono portamento & legato
- Beautiful Sean Costello Reverb
- Multi-tap (ping-pong) delay
- TouchPads
- Preset Import/Export & More…
- MIDI Learn on all knobs
- MIDI Bank (MSB)/Patch Change & Sustain Pedal support
- Compact app size (under 50mb)

Soundsync ~ Cross-platform Virtual Cables
Soundsync is a web and desktop app to manage every audio source and every audio output in your home from a single interface. Link any audio source to multiple speakers connected to any devices on your home network. Soundsync will keep the music synchronized between all of them.
Features:
- 🆓 Free to use
- 🕸️ Work with any number of connected devices, audio sources, audio outputs and every link of your choosing
- 🎶 Compatible with a lot of different audio sources (Spotify Connect with a premium account, Airplay, Hardware Audio input (line in / microphone), Linux system audio ; coming soon: Windows system audio, UPnP and more)
- 🔊 Broadcast sound to any speaker connected to a computer (Windows, MacOS, Linux, RapsberryPi), a web browser (Chrome, Firefox) or a Chromecast and soon more
- 🔗 Group speakers together to synchronize them to the same audio source
- 🎛️ Control everything from a web browser
- 🔓 Not linked to any external service, works offline, no account creation
Waveform Playlist ~ Multitrack Web Editor
Multitrack Web Audio editor and player with canvas waveform preview. Set cues, fades and shift multiple tracks in time. Record audio tracks or provide audio annotations. Export your mix to AudioBuffer or WAV! Inspired by Audacity, this project is written in ES2015 using the Web Audio API.
naomiaro.github.io/waveform-playlist/web-audio-editor
github.com/naomiaro/waveform-playlist
Shairport Sync ~ Unix AirPlay Player
Shairport Sync is an AirPlay audio player – it plays audio streamed from iTunes, iOS, Apple TV and macOS devices and AirPlay sources such as Quicktime Player and ForkedDaapd, among others.
Audio played by a Shairport Sync-powered device stays synchronised with the source and hence with similar devices playing the same source. In this way, synchronised multi-room audio is possible for players that support it, such as iTunes and the macOS Music app.
Shairport Sync runs on Linux, FreeBSD and OpenBSD. It does not support AirPlay video or photo streaming.
github.com/mikebrady/shairport-sync
github.com/mikebrady/shairport-sync/wiki
JavaMOD ~ Java MOD Player
This Java Modplayer plays *.mod, *.xm, *.s3m, *.stm, *.wow, *.it (all with interpolation), MP3s, *.sid, *.ogg, *.flac, *.ape, WAV, MIDI, RMI, AU, AIFF. It also supports playlists like PLS, M3U and cue-sheets.
To start the player you may just double click the jar or use:
java -jar ./javamod.jaror (for just commandline)java -cp ./javamod.jar de.quippy.javamod.main.CommandLine.This player can be run as a console application, with its swing GUI.
