This application uses state-of-the-art source separation models to remove vocals from audio files. UVR’s core developers trained all of the models provided in this package (except for the Demucs v3 and v4 4-stem models).

The programming language for writing fast, portable audio software.
Youβve heard of C, C++, C#, objective-Cβ¦ well, CmajorΒ is a C-family language designed specifically for writing DSP signal processing code.
Our goal is to improve on the current status-quo for audio development in quite a few ways:
- To match (and often beat) the performance of traditional C/C++
- To make the same code portable across diverse processor architectures (CPU, DSP, GPU, TPU etc)
- To offer enough power and flexibility to satisfy professional audio tech industry users
- To speed-up commercial product cycles by enabling sound-designers to be more independent from the instrument platforms
- To attract students and beginners by being vastly easier to learn than C/C++
If youβre keen to learn the nitty-gritty of the language itself, the language guide offers a deep dive. To see some examples of the code, try the examples folder.
Sac is a state-of-the-art lossless audio compression model.
Lossless audio compression is a complex problem, because PCM data is highly non-stationary and uses high sample resolution (typically >=16bit). That’s why classic context modelling suffers from context dilution problems. Sac employs a simple OLS-NLMS predictor per frame including bias correction. Prediction residuals are encoded using a sophisticated bitplane coder including SSE and various forms of probability estimations. Meta-parameters of the predictor are optimized withΒ DDSΒ on by-frame basis. This results in a highly asymmetric codec design.
Technical features:
Live Compositor is an engine for applying effects to videos and for combining multiple videos together. On a very basic level, it is an application which exposes an HTTP API. The API allows you to specify where to get input videos, and how to modify and compose them together. The resulting outputs can then be written to a file or streamed to a separate service.
compositor.live
compositor.live/playground
github.com/software-mansion/live-compositor
Realistic vintage Hi-Fi audio LED VU level meter, which shows relative loudness in decibels of the ambient sound, music or your voice. It features fall time selection, alternative VFD or Neon segments and calibration.
This Digital Media Renderer Analyser is a test application that evaluates the capabilities of a selected UPnP / DLNA Digital Media Renderer and recommends the optimum server settings for it to run with JRiver Media Center.
Optional Test Files
In addition to the tool, you can also download an optional set of sample test files here – warning download size 100 MByte
Database of Renderer Test Reports
You can download the database collection of the test results of all renderers so far tested here. Note if you want to add your renderer to this collection please email me the report.
www.whitebear.ch/dmra
This tool removes every kind of trash from your mp3-files. It searches for valid mp3 audiodata-frames and removes everything else. This has the big advantage that it will also remove tags which are in the middle of the file (as is the case with joined tracks) as well as broken frames (half-downloads) and malicious tags (Tag-buffer-overflow bug in WinAMP and Windows XP). Use this tool to cleanup your mp3 files before you add your own tag. No more double tags, or annoying ‘Lyrics’ data containing group names or misspelled song names.
cuemaster.org/tidymp3

Required component: foo_vis_vumeter
Apply and then Ok to restart FoobarView > Layout > Enable layout editing modeAdd New TabAdd New UI ElementAnalog VU Meter (DirectX 12)’ from the list (Playback Visualization)Right mouse click on the meter display:
Mouse wheel (hover over meters)
An album art visualizer for your Discogs collection.
A simple Dynamic Range meter based on DR estimation formula published by https://dr.loudness-war.info/. For foobar2000 version 1.5 and newer.
A web-synthesizer that generates sound from the binary code of any files. It can synthesize sound directly in the browser, or be a generator of MIDI messages to external devices or DAWs, turning any file into a score. All the application code is written in Javascript and along with everything you need is packed into a single .html file of about 750kb. The synthesizer doesn’t need internet, it can be downloaded and run locally on any device with a browser.
The application reads the file sequentially, and due to the high speed of reading and random deviation of reading duration, we can get quite unpredictable generation of timbre nuances, and at certain settings we can switch to granular synthesis.