Skip to content

wno-git/synthesizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

synthesizer

Build Status

This is supposed to become a small music synthesizer program. The program will output raw audio signal to stdout so you need to pipe it to a player eg. aplay. It doesn't yet play anything other than some sine waves, though...

Build

mkdir build
cd build
CXX=g++-5 cmake -G Ninja ..
ninja

Run

cd build
src/syn ../data/sine1k.json | aplay -f cd -c 1

About

Weekend hack music synthesizer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published