Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement polyphonic synth streams | XANTRONIX Development | 2022-03-15 | 1 | -0/+89 |
| | | | | | | Implement polyphonic synth streams by allowing one to create a new audio source passing multiple streams at once, wherein each synth is sampled and merged with the final stream output | ||||
* | Remove unnecessary argument from callbacks | XANTRONIX Development | 2022-03-14 | 1 | -2/+1 |
| | |||||
* | Avoid divide-by-zero when frequency set to 0 | XANTRONIX Development | 2022-03-12 | 1 | -2/+8 |
| | |||||
* | Fix duty cycle term in square wave synthesis | XANTRONIX Development | 2022-03-08 | 1 | -1/+1 |
| | |||||
* | Implement setting square wave duty cycle | XANTRONIX Development | 2022-03-08 | 1 | -1/+8 |
| | |||||
* | Implement xas_synth_set_type() | XANTRONIX Development | 2022-03-06 | 1 | -12/+28 |
| | | | | | Implement xas_synth_set_type() to allow changing oscillator type during synthesis | ||||
* | Destroy managed spatial scene objects | XANTRONIX Development | 2022-03-01 | 1 | -0/+1 |
| | |||||
* | Set stream_new callback for audible object types | XANTRONIX Development | 2022-02-28 | 1 | -3/+4 |
| | |||||
* | s/new_stream/stream_new/ for consistency | XANTRONIX Development | 2022-02-28 | 1 | -1/+1 |
| | |||||
* | Don't forget to initialise synth gain | XANTRONIX Development | 2022-02-28 | 1 | -0/+1 |
| | |||||
* | Allow setting synth gain | XANTRONIX Development | 2022-02-28 | 1 | -7/+18 |
| | |||||
* | Implement xas_object | XANTRONIX Development | 2022-02-27 | 1 | -0/+15 |
| | | | | | | | | | | | | | | | 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 | ||||
* | Fix square wave duty cycle to 50% | XANTRONIX Development | 2022-02-27 | 1 | -1/+3 |
| | |||||
* | Refactor src/synth.c | XANTRONIX Development | 2022-02-27 | 1 | -26/+128 |
| | | | | | | | | | 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 | -14/+13 |
| | | | | | | | | | | | 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 | -1/+1 |
| | |||||
* | Channel count first seems...nicer, somehow. | XANTRONIX Development | 2022-02-02 | 1 | -1/+1 |
| | |||||
* | This is getting annoyingly close to working... | XANTRONIX Development | 2022-01-31 | 1 | -16/+44 |
| | |||||
* | Heh. This works. | XANTRONIX Development | 2022-01-31 | 1 | -12/+0 |
| | |||||
* | I really don't like the fact that this compiles | XANTRONIX Development | 2022-01-31 | 1 | -0/+46 |