Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement xas_audio_stream_buffer() | XANTRONIX Development | 2022-02-15 | 1 | -0/+4 |
| | | | | | Implement xas_audio_stream_buffer() to return the input/output buffer associated with an audio stream | ||||
* | Implement xas_audio_format type | XANTRONIX Development | 2022-02-09 | 1 | -43/+64 |
| | | | | | | | | | | | 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 | ||||
* | Ensure stream reads can't oversohot buffer size | XANTRONIX Development | 2022-02-03 | 1 | -0/+4 |
| | |||||
* | Channel count first seems...nicer, somehow. | XANTRONIX Development | 2022-02-02 | 1 | -10/+10 |
| | |||||
* | Ensure number of samples written is returned | XANTRONIX Development | 2022-02-02 | 1 | -1/+1 |
| | |||||
* | nailed it | XANTRONIX Development | 2022-02-02 | 1 | -29/+49 |
| | |||||
* | Everything accounted for! | XANTRONIX Development | 2022-02-01 | 1 | -26/+19 |
| | |||||
* | This is getting annoyingly close to working... | XANTRONIX Development | 2022-01-31 | 1 | -2/+4 |
| | |||||
* | Heh. This works. | XANTRONIX Development | 2022-01-31 | 1 | -1/+1 |
| | |||||
* | Good drone!!! | XANTRONIX Development | 2022-01-15 | 1 | -9/+44 |
| | |||||
* | still not quite there, but close | XANTRONIX Development | 2022-01-15 | 1 | -0/+145 |