Skip to content

A simple C++ program that draws an XY oscillogram of sound from microphone.

Notifications You must be signed in to change notification settings

Smok1e/Oscilloscope

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

A simple C++ program that draws an XY oscillogram of sound from microphone.

Build instructions

Windows

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 .

Linux

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 .

About

A simple C++ program that draws an XY oscillogram of sound from microphone.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published