Audio oscilloscope for Linux and Windows*
Please do! Report them in the Issues tab.
Open a terminal and enter these commands to clone this repository (make sure you have git installed!).
git clone https://github.com/Eknous-P/unscope.git --recursive
cd unscope
- If you forget to clone recursively, you will have to enter
git submodule update --init --recursive
to get the submodules.
Currently unscope requires the OpenGL, ALSA and PulseAudio development libraries to be installed
sudo apt install libasound2-dev libpulse-dev libopengl-dev libxext-dev
mkdir build
cd build
cmake ..
make
Currently I use Visual Studio 2022 and its fancy features to build.
*. Although unscope can be built and run on Windows, I will not build or support Windows versions for releases