aboutsummaryrefslogtreecommitdiffstats
path: root/examples/altonegen.c
Commit message (Collapse)AuthorAgeFilesLines
* Silence implicit double-to-float cast MSVC warningChris Robinson2015-10-141-1/+1
|
* Print the wave type being playedChris Robinson2015-10-141-2/+14
|
* Make the tonegen sampling rate match the device rate by defaultChris Robinson2015-10-141-18/+14
|
* Add a tone generator test programChris Robinson2015-10-131-0/+250
Currently used to test the general output, particularly the resampler, by checking the results with a spectrum analyzer and/or oscilloscope (for example using PulseAudio's "Monitor of ..." devices feeding an external app).