Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 238 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 238 Bytes

Simple sin tone generator

Produce a sin sound at f Hz for t seconds.

Compile and use

make && ./tone_generator -f 90 -d 5

frequency : in Hz
duration  : in seconds

Requirements