Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor src/synth.c | XANTRONIX Development | 2022-02-27 | 1 | -45/+28 |
| | | | | | | | | | Changes: * Implement xas_synth type to consolidate synthesiser implementation and different tone generator types * Refactor examples/ code to remove duplicate synthesiser code | ||||
* | Implement xas_audio_format type | XANTRONIX Development | 2022-02-09 | 1 | -19/+17 |
| | | | | | | | | | | | 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 | ||||
* | Shorten he name of XAS_AUDIO_ constants | XANTRONIX Development | 2022-02-03 | 1 | -6/+6 |
| | |||||
* | Channel count first seems...nicer, somehow. | XANTRONIX Development | 2022-02-02 | 1 | -3/+3 |
| | |||||
* | Use saner buffer size | XANTRONIX Development | 2022-02-01 | 1 | -4/+5 |
| | |||||
* | Rename src/riff.c methods for sake of consistency | XANTRONIX Development | 2022-02-01 | 1 | -3/+3 |
| | |||||
* | Rename xas_riff_file_open() to _new() | XANTRONIX Development | 2022-02-01 | 1 | -7/+7 |
| | |||||
* | eh this doesn't matter | XANTRONIX Development | 2022-02-01 | 1 | -2/+2 |
| | |||||
* | this is sensible | XANTRONIX Development | 2022-01-31 | 1 | -1/+6 |
| | |||||
* | don't need that | XANTRONIX Development | 2022-01-31 | 1 | -4/+0 |
| | |||||
* | This is getting annoyingly close to working... | XANTRONIX Development | 2022-01-31 | 1 | -31/+83 |
| | |||||
* | Heh. This works. | XANTRONIX Development | 2022-01-31 | 1 | -2/+4 |
| | |||||
* | I really don't like the fact that this compiles | XANTRONIX Development | 2022-01-31 | 1 | -25/+39 |
| | |||||
* | Add examples/ | XANTRONIX Development | 2022-01-31 | 1 | -0/+96 |