Thanks to visit codestin.com
Credit goes to github.com

Skip to content

torotonnato/birds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

birds

Now with more chirping!

A simple experiment in FM audio synthesis.

Outputs a mono audio stream @44.1KHz, (signed) 16 bits per sample.

make; build/birds | aplay -f S16_LE -r 44100 -c 1

Bonus: obfuscated single voice version with LOTS of warnings. Output @22050Hz

make; build/obfuscated_lonely_bird | aplay -f S16_LE -r 22050 -c 1

Sample

Sample FFT

About

Experiment with FM synthesis

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published