Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement xas_audio_format type | XANTRONIX Development | 2022-02-09 | 1 | -7/+6 |
| | | | | | | | | | | | 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 | ||||
* | Better argument name there | XANTRONIX Development | 2022-02-03 | 1 | -1/+1 |
| | |||||
* | Implement xas_bank_active() | XANTRONIX Development | 2022-02-03 | 1 | -0/+2 |
| | | | | | Implement xas_bank_active() to allow one to determine if a sample bank is currently active | ||||
* | Initial implementation of src/bank.c | XANTRONIX Development | 2022-02-02 | 1 | -0/+46 |
Initial implementation of src/bank.c to act as a sample bank |