summaryrefslogtreecommitdiffstats
path: root/examples/test.c
Commit message (Collapse)AuthorAgeFilesLines
* s/new_stream/stream_new/ for consistencyXANTRONIX Development2022-02-281-6/+6
|
* Refactor src/synth.cXANTRONIX Development2022-02-271-45/+28
| | | | | | | | | Changes: * Implement xas_synth type to consolidate synthesiser implementation and different tone generator types * Refactor examples/ code to remove duplicate synthesiser code
* Implement xas_audio_format typeXANTRONIX Development2022-02-091-19/+17
| | | | | | | | | | | Changes: * Implement xas_audio_format struct to provide sample size, channels, and sample rate * Refactor argument order for most functions to allow a reasonable reading of argument types, when replacing three separate size_t arguments with one xas_audio_format object
* Shorten he name of XAS_AUDIO_ constantsXANTRONIX Development2022-02-031-6/+6
|
* Channel count first seems...nicer, somehow.XANTRONIX Development2022-02-021-3/+3
|
* Use saner buffer sizeXANTRONIX Development2022-02-011-4/+5
|
* Rename src/riff.c methods for sake of consistencyXANTRONIX Development2022-02-011-3/+3
|
* Rename xas_riff_file_open() to _new()XANTRONIX Development2022-02-011-7/+7
|
* eh this doesn't matterXANTRONIX Development2022-02-011-2/+2
|
* this is sensibleXANTRONIX Development2022-01-311-1/+6
|
* don't need thatXANTRONIX Development2022-01-311-4/+0
|
* This is getting annoyingly close to working...XANTRONIX Development2022-01-311-31/+83
|
* Heh. This works.XANTRONIX Development2022-01-311-2/+4
|
* I really don't like the fact that this compilesXANTRONIX Development2022-01-311-25/+39
|
* Add examples/XANTRONIX Development2022-01-311-0/+96