Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add xas_object call table to mixer | XANTRONIX Development | 2022-03-15 | 1 | -0/+1 |
| | |||||
* | Impleemnt xas_mixer_object_add() | XANTRONIX Development | 2022-03-15 | 1 | -0/+10 |
| | | | | | | Impleemnt xas_mixer_object_add() as a convenience method to create an audio stream from an object given; ensure audio streams instantiated in this manner are destroyed upon mixer destruction | ||||
* | Implement xas_audio_format type | XANTRONIX Development | 2022-02-09 | 1 | -4/+1 |
| | | | | | | | | | | | 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 | ||||
* | Channel count first seems...nicer, somehow. | XANTRONIX Development | 2022-02-02 | 1 | -2/+2 |
| | |||||
* | This is getting annoyingly close to working... | XANTRONIX Development | 2022-01-31 | 1 | -1/+6 |
| | |||||
* | deep sleep | XANTRONIX Development | 2022-01-31 | 1 | -6/+1 |
| | |||||
* | It compiles! Beep! Beep! | XANTRONIX Development | 2022-01-18 | 1 | -0/+46 |