Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Begin SOLA refactorsola | XANTRONIX Development | 2023-07-22 | 1 | -0/+4 |
| | |||||
* | Implement xas_audio_format_mono() | XANTRONIX Development | 2022-03-17 | 1 | -0/+8 |
| | | | | | Implement xas_audio_format_mono() to return a new audio format descriptor for a given input, but in mono, as a convenience | ||||
* | Remove unnecessary argument from callbacks | XANTRONIX Development | 2022-03-14 | 1 | -9/+5 |
| | |||||
* | Implement xas_audio_apply_gain() | XANTRONIX Development | 2022-02-28 | 1 | -8/+44 |
| | |||||
* | Implement xas_audio_format_eq() | XANTRONIX Development | 2022-02-23 | 1 | -0/+6 |
| | | | | | Implement xas_audio_format_eq() to compare xas_audio_format objects for equivalence | ||||
* | Use consistent sink/source naming in src/audio.c | XANTRONIX Development | 2022-02-16 | 1 | -49/+49 |
| | |||||
* | 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 |