Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use larger default vox buffer size of 20480 | XANTRONIX Development | 2022-03-19 | 1 | -1/+0 |
| | | | | | Use larger default vox buffer size of 20480 to improve performance and reduce number of read()/write() system calls | ||||
* | Don't need to be so specific here | XANTRONIX Development | 2022-03-07 | 1 | -1/+1 |
| | |||||
* | Ensure voice is set in examples/say.c | XANTRONIX Development | 2022-03-07 | 1 | -0/+2 |
| | |||||
* | s/new_stream/stream_new/ for consistency | XANTRONIX Development | 2022-02-28 | 1 | -6/+6 |
| | |||||
* | Set frequency on correct sine generator | XANTRONIX Development | 2022-02-28 | 1 | -1/+1 |
| | |||||
* | xas woggy pluggy memory leak uwu!!! | XANTRONIX Development | 2022-02-28 | 1 | -0/+1 |
| | |||||
* | Allow setting bank player gain separately | XANTRONIX Development | 2022-02-28 | 1 | -1/+1 |
| | |||||
* | Implement xas_object | XANTRONIX Development | 2022-02-27 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | Changes: * Implement xas_object as a base "class" for all playback state objects; allow implementation of start() and stop() methods to control playback * Move code for setting gain, bank slot to a new method, xas_bank_player_select() * Remove code from xas_bank_player_start() setting gain, bank slot * Add xas_object header to each monaural playable object | ||||
* | Refactor src/synth.c | XANTRONIX Development | 2022-02-27 | 1 | -44/+38 |
| | | | | | | | | | Changes: * Implement xas_synth type to consolidate synthesiser implementation and different tone generator types * Refactor examples/ code to remove duplicate synthesiser code | ||||
* | Change xas_vox_new() argument order | XANTRONIX Development | 2022-02-26 | 1 | -3/+3 |
| | |||||
* | Implement xas_bank_player type | XANTRONIX Development | 2022-02-23 | 1 | -9/+18 |
| | | | | | | | | | | 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 | -28/+22 |
| | | | | | | | | | | | 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 it | XANTRONIX Development | 2022-02-06 | 1 | -7/+41 |
| | |||||
* | Shorten he name of XAS_AUDIO_ constants | XANTRONIX Development | 2022-02-03 | 1 | -7/+7 |
| | |||||
* | Channel count first seems...nicer, somehow. | XANTRONIX Development | 2022-02-02 | 1 | -3/+3 |
| | |||||
* | Add synths to examples/say.c | XANTRONIX Development | 2022-02-02 | 1 | -16/+95 |
| | |||||
* | Add examples/say.c | XANTRONIX Development | 2022-02-01 | 1 | -0/+120 |