All Projects → KaixoCode → SoundMixr

KaixoCode / SoundMixr

Licence: MIT license
SoundMixr is a simple audio mixer for ASIO devices, but specifically made for SAR (http://sar.audio/), it sees all the channels in the ASIO device and shows them with the option to route any input to any output. Each channel also has a mute, mono, stereo pan and volume parameter.

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects

Projects that are alternatives of or similar to SoundMixr

fedramp-automation
FedRAMP Automation
Stars: ✭ 175 (+573.08%)
Mutual labels:  sar
sarviewer
Generate graphs with gnuplot or matplotlib (Python) from sar data
Stars: ✭ 60 (+130.77%)
Mutual labels:  sar
findpeaks
The detection of peaks and valleys in a 1d-vector or 2d-array (image)
Stars: ✭ 121 (+365.38%)
Mutual labels:  sar
Sysstat
Performance monitoring tools for Linux
Stars: ✭ 2,055 (+7803.85%)
Mutual labels:  sar
ResQ
Open Source Search and Rescue Tool for ground tracking and air usage based on ESP8266 hardware.
Stars: ✭ 20 (-23.08%)
Mutual labels:  sar
RescueApp
Web application designed to help emergency services in registering and documenting Search and Rescue (SaR) tasks to rescue lost people.
Stars: ✭ 46 (+76.92%)
Mutual labels:  sar
sarpy
A basic Python library to demonstrate reading, writing, display, and simple processing of complex SAR data using the NGA SICD standard.
Stars: ✭ 133 (+411.54%)
Mutual labels:  sar
sarbian
We’ve built a plug’n play Operation System (based on Debian Linux) with all the freely and openly available SAR processing software. No knowledge of installation steps needed, just download and get started with SAR data processing. SARbian is free for use in research, education or operational work.
Stars: ✭ 49 (+88.46%)
Mutual labels:  sar
speckle2void
Speckle2Void: Deep Self-Supervised SAR Despeckling with Blind-Spot Convolutional Neural Networks
Stars: ✭ 31 (+19.23%)
Mutual labels:  sar
sarjitsu
dockerized setup for visualizing System Activity Report (SAR) data.
Stars: ✭ 20 (-23.08%)
Mutual labels:  sar
RAT
RAT - Radar Tools: SAR image processing toolbox (discontinued)
Stars: ✭ 19 (-26.92%)
Mutual labels:  sar
athena-sqlite
A SQLite driver for S3 and Amazon Athena 😳
Stars: ✭ 82 (+215.38%)
Mutual labels:  sar
sentinel-util
A CLI for downloading, processing, and making a mosaic from Sentinel-1, -2 and -3 data
Stars: ✭ 22 (-15.38%)
Mutual labels:  sar
xarray-sentinel
Xarray backend to Copernicus Sentinel-1 satellite data products
Stars: ✭ 189 (+626.92%)
Mutual labels:  sar

SoundMixr

I stopped development on SoundMixr! I created a more lightweight and stable ASIO mixer called Mixijo

SoundMixr is a simple audio mixer for ASIO devices, but specifically made for SAR (http://sar.audio/), it sees all the channels in the ASIO device and shows them with the option to route any input to any output. You can also split any channel into mono channels, or combine them to make channels with as many lines as you like. Each channel also has a mute, mono, stereo pan and volume parameter. Each channel has its own effects chain in which you can add effects. You have the ability to bypass effects and rearrange them by dragging them to a new position in the chain. You can save/load presets for effects, and even for an entire effect chain. Connect with midi devices and link a Midi CC to any parameter in SoundMixr. Open the Soundboard to load up to 16 files. You can play the files using a midi link, or a hotkey. The Soundboard currently only supports WAV files.

Image

Code your own SoundMixr Effects

You can code your own effects as well! There is a Git repo called EffectBase that contains the necessary headers to code a SoundMixr effect. And here is a small example of an effect: SoundMixrEffect. See Documentation for more info.

If you have any ideas or feedback you can find me on Discord: @Kaixo#0001

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].