aboutsummaryrefslogtreecommitdiffstats
path: root/examples/altonegen.c
Commit message (Collapse)AuthorAgeFilesLines
* Avoid implicit conversions with the examples and utilsChris Robinson2019-09-121-4/+4
|
* Add a whitenoise generator to altonegenChris Robinson2017-06-251-19/+50
|
* Allow specifying the device to open for the examplesChris Robinson2016-09-081-12/+16
|
* Avoid using usleep in the examplesChris Robinson2015-12-041-1/+1
| | | | We already have an al_nssleep wrapper in the common lib we can use.
* Add an impulse "waveform" to altonegenChris Robinson2015-10-311-4/+17
|
* 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).