Brasero is a GNOME application to burn CD/DVD, designed to be as simple as possible. It has some unique features to enable users to create their discs easily and quickly.
RTL Utility is a tool for measuring the Round Trip Latency of your Digital Audio Workstation (DAW) and audio interface. The utility is used for low latency performance testing by system builders, reviewers, device manufacturers and at dawbench.com.
When your DAW sends data to your audio interface for playback, it doesn’t send a continuous stream of data one bit at a time. What it does is fill up a section of RAM called a buffer and sends that in a single message when it is ready. Before sending the next message it has to fill the buffer again. This wait time introduces a latency, or delay, between something happening in your DAW and when you actually hear it.
While you are recording, the audio interface buffers and sends data to your DAW in a similar fashion. This introduces latency into your recordings.
If you send a signal from your DAW, out through the audio interface and back in via a loopback patch, then there will be a round trip latency which is the sum of the output and input delays. This is the RTL.
deej is an open-source hardware volume mixer for Windows and Linux PCs. It lets you use real-life sliders (like a DJ!) to seamlessly control the volumes of different apps (such as your music player, the game you’re playing and your voice chat session) without having to stop what you’re doing.
SSE is a powerful and versatile software environment designed for soundscape visualisation and quantification. It provides a robust platform for processing audio files, generating useful metrics, and presenting data through intuitive visualisation interfaces. Catering to bioacousticians and data scientists alike,
SSE encompasses an extensive range of tools and capabilities to fulfil diverse user requirements.
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).
A tool to create audio processing pipelines for applications such as active crossovers or room correction. It is written in Rust to benefit from the safety and elegant handling of threading that this language provides. Supported platforms: Linux, macOS, Windows.
Audio data is captured from a capture device and sent to a playback device. Alsa, PulseAudio, Jack, Wasapi and CoreAudio are currently supported for both capture and playback.
The processing pipeline consists of any number of filters and mixers. Mixers are used to route audio between channels and to change the number of channels in the stream. Filters can be both IIR and FIR. IIR filters are implemented as biquads, while FIR use convolution via FFT/IFFT. A filter can be applied to any number of channels. All processing is done in chunks of a fixed number of samples. A small number of samples gives a small in-out latency while a larger number is required for long FIR filters. The full configuration is given in a YAML file.