summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* I'm kind of sad and scared right nowXANTRONIX Development2022-02-151-3/+3
|
* It's surprising this stuff compiles, but fuck itXANTRONIX Development2022-02-152-1/+167
|
* Implement xas_audio_format typeXANTRONIX Development2022-02-093-50/+42
| | | | | | | | | | | 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
* Aw fuck itXANTRONIX Development2022-02-061-7/+41
|
* Shorten he name of XAS_AUDIO_ constantsXANTRONIX Development2022-02-032-13/+13
|
* Channel count first seems...nicer, somehow.XANTRONIX Development2022-02-022-6/+6
|
* Add synths to examples/say.cXANTRONIX Development2022-02-021-16/+95
|
* Use saner buffer sizeXANTRONIX Development2022-02-011-4/+5
|
* Fix broken reference to method nameXANTRONIX Development2022-02-011-3/+3
|
* Add examples/say.cXANTRONIX Development2022-02-012-1/+121
|
* Add examples/open.cXANTRONIX Development2022-02-012-1/+51
|
* 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-312-0/+114