Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement xas_object_call_table | XANTRONIX Development | 2022-03-17 | 1 | -7/+9 |
| | | | | | | | | | | | | Changes: * Implement xas_object_call_table as a static structure to allow creating a static dispatch table on a per-compilation-unit basis * Refactor xas_object to provide a single pointer to a xas_object_call_table * Refactor all object implementations to use xas_object_call_table | ||||
* | Use xas_object_init() on mixer | XANTRONIX Development | 2022-03-16 | 1 | -0/+2 |
| | |||||
* | Fix unused argument warnings | XANTRONIX Development | 2022-03-16 | 1 | -25/+25 |
| | |||||
* | Add xas_object call table to mixer | XANTRONIX Development | 2022-03-15 | 1 | -0/+25 |
| | |||||
* | Impleemnt xas_mixer_object_add() | XANTRONIX Development | 2022-03-15 | 1 | -0/+31 |
| | | | | | | 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 | ||||
* | Remove unnecessary argument from callbacks | XANTRONIX Development | 2022-03-14 | 1 | -3/+3 |
| | |||||
* | Implement xas_audio_format type | XANTRONIX Development | 2022-02-09 | 1 | -22/+23 |
| | | | | | | | | | | | 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 | ||||
* | allow adding inputs with different buffer sizes | XANTRONIX Development | 2022-02-03 | 1 | -2/+1 |
| | |||||
* | Channel count first seems...nicer, somehow. | XANTRONIX Development | 2022-02-02 | 1 | -6/+6 |
| | |||||
* | Make negative numbers pan to left | XANTRONIX Development | 2022-02-01 | 1 | -2/+2 |
| | |||||
* | Fix panning | XANTRONIX Development | 2022-02-01 | 1 | -1/+3 |
| | |||||
* | Ensure gain is factored into mixer input sources | XANTRONIX Development | 2022-01-31 | 1 | -6/+12 |
| | |||||
* | this is a superiour result | XANTRONIX Development | 2022-01-31 | 1 | -5/+5 |
| | |||||
* | At least I took care of the memory errors | XANTRONIX Development | 2022-01-31 | 1 | -13/+50 |
| | |||||
* | This is getting annoyingly close to working... | XANTRONIX Development | 2022-01-31 | 1 | -13/+25 |
| | |||||
* | deep sleep | XANTRONIX Development | 2022-01-31 | 1 | -3/+3 |
| | |||||
* | It compiles! Beep! Beep! | XANTRONIX Development | 2022-01-18 | 1 | -0/+206 |