A simple C++ program that draws an XY oscillogram of sound from microphone.
Ensure to install git, cmake and vcpkg; Install ImGui-SFML:
vcpkg install imgui-SFML
Then run these commands:
git clone https://github.com/Smok1e/Oscilloscope
cd Oscilloscope
git submodule init && git submodule update
mkdir build && cd build
cmake .. -DCMAKE_TOOLCHAIN_FILE=<path/to/vcpkg>/scripts/buildsystems/vcpkg.cmake
cmake --build .
Ensure to install git, cmake and all the sfml dependencies listed here, then run these commands:
git clone https://github.com/Smok1e/Oscilloscope
cd Oscilloscope
git submodule init && git submodule update
mkdir build && cd build
cmake ..
cmake --build .