Skip to content

Beats synthetizer with C++ and SFML library. Generates two sinusoidal sound waves with slightly different frequencies

Notifications You must be signed in to change notification settings

lucacame/beat-sound

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

beat-sound

Beats synthetizer with C++ and SFML library. Generates two sinusoidal sound waves with slightly different frequency

Asks the user to insert the two frequencies of the file to be generated. Creates an array (with 44100 samples/sec) of the amplitude of the sum of the two sinusoidal waves. Using SFML library reproduces the sound in loop, with a 100ms sleep between each run.

About

Beats synthetizer with C++ and SFML library. Generates two sinusoidal sound waves with slightly different frequencies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published