Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement xas_bank_load_file() | XANTRONIX Development | 2022-02-23 | 1 | -0/+32 |
| | | | | | Implement xas_bank_load_file() to load a sample from a RIFF file on disk into a sample bank | ||||
* | Avoid xas_bank_record() infinite loop | XANTRONIX Development | 2022-02-23 | 1 | -0/+2 |
| | |||||
* | Ensure xas_bank_record() uses same audio format | XANTRONIX Development | 2022-02-23 | 1 | -0/+7 |
| | |||||
* | Implement xas_bank_player type | XANTRONIX Development | 2022-02-23 | 1 | -37/+74 |
| | | | | | | | | | | Changes: * Implement xas_bank_player type to decouple player state from sample storage, to allow multiple concurrent players against a single sample bank * Refactor examples/say.c to use xas_bank_player | ||||
* | Implement xas_audio_format type | XANTRONIX Development | 2022-02-09 | 1 | -24/+20 |
| | | | | | | | | | | | 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 | ||||
* | don't forget to adjust gain on sample playback | XANTRONIX Development | 2022-02-03 | 1 | -5/+9 |
| | |||||
* | i'm a dingus cat :333 | XANTRONIX Development | 2022-02-03 | 1 | -1/+3 |
| | |||||
* | holy shit idk what just happened but it works | XANTRONIX Development | 2022-02-03 | 1 | -28/+65 |
| | |||||
* | Implement xas_bank_active() | XANTRONIX Development | 2022-02-03 | 1 | -0/+4 |
| | | | | | Implement xas_bank_active() to allow one to determine if a sample bank is currently active | ||||
* | that can fit on a single line | XANTRONIX Development | 2022-02-03 | 1 | -2/+1 |
| | |||||
* | Shorten he name of XAS_AUDIO_ constants | XANTRONIX Development | 2022-02-03 | 1 | -1/+1 |
| | |||||
* | Initial implementation of src/bank.c | XANTRONIX Development | 2022-02-02 | 1 | -0/+109 |
Initial implementation of src/bank.c to act as a sample bank |