Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement xas_object_stream_new() | XANTRONIX Development | 2022-02-28 | 1 | -0/+4 |
| | | | | | Implement xas_object_stream_new() proxy to allow generic creation of an audio stream from any given audible object | ||||
* | Add gain setting callback to xas_object | XANTRONIX Development | 2022-02-28 | 1 | -2/+6 |
| | |||||
* | Implement xas_object | XANTRONIX Development | 2022-02-27 | 1 | -0/+9 |
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 |