summaryrefslogtreecommitdiffstats
path: root/examples/open.c
Commit message (Collapse)AuthorAgeFilesLines
* Implement xas_audio_format typeXANTRONIX Development2022-02-091-3/+3
| | | | | | | | | | | 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
* Fix broken reference to method nameXANTRONIX Development2022-02-011-3/+3
|
* Add examples/open.cXANTRONIX Development2022-02-011-0/+50