Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unnecessary argument from callbacks | XANTRONIX Development | 2022-03-14 | 1 | -9/+7 |
| | |||||
* | Implement xas_audio_format type | XANTRONIX Development | 2022-02-09 | 1 | -69/+54 |
| | | | | | | | | | | | 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 | ||||
* | Shorten he name of XAS_AUDIO_ constants | XANTRONIX Development | 2022-02-03 | 1 | -2/+2 |
| | |||||
* | Channel count first seems...nicer, somehow. | XANTRONIX Development | 2022-02-02 | 1 | -21/+21 |
| | |||||
* | Ensure close_file() callback always free()s data | XANTRONIX Development | 2022-02-01 | 1 | -10/+4 |
| | |||||
* | Implement xas_riff_open_fd() | XANTRONIX Development | 2022-02-01 | 1 | -0/+72 |
| | | | | | Implement xas_riff_open_fd() to allow readonly access to a PCM stream beginning with a valid RIFF header | ||||
* | Rename src/riff.c methods for sake of consistency | XANTRONIX Development | 2022-02-01 | 1 | -19/+17 |
| | |||||
* | Fix incompatible function declaration | XANTRONIX Development | 2022-02-01 | 1 | -4/+4 |
| | |||||
* | Implement xas_riff_file_open() | XANTRONIX Development | 2022-02-01 | 1 | -0/+175 |
| | | | | | | Implement xas_riff_file_open() to open files for reading; implement a RIFF header reader to parse and validate a header, and to extract PCM sample metadata requisite to process a stream | ||||
* | Remove unnecessary header | XANTRONIX Development | 2022-02-01 | 1 | -1/+0 |
| | |||||
* | Make xas_riff_file_new() always write header | XANTRONIX Development | 2022-02-01 | 1 | -7/+4 |
| | |||||
* | Reduce reliance on duplicate hardcoded constants | XANTRONIX Development | 2022-02-01 | 1 | -5/+6 |
| | |||||
* | Rename xas_riff_file_open() to _new() | XANTRONIX Development | 2022-02-01 | 1 | -17/+17 |
| | |||||
* | Good Roomba!!! | XANTRONIX Development | 2022-01-15 | 1 | -0/+2 |
| | |||||
* | Good drone!!! | XANTRONIX Development | 2022-01-15 | 1 | -5/+0 |
| | |||||
* | still not quite there, but close | XANTRONIX Development | 2022-01-15 | 1 | -3/+5 |
| | |||||
* | ~Getting there, sweetie.~ | XANTRONIX Development | 2022-01-15 | 1 | -17/+48 |
| | |||||
* | it...compiles | XANTRONIX Development | 2022-01-14 | 1 | -14/+76 |
| | |||||
* | Initial commit of src/riff.c | XANTRONIX Development | 2022-01-02 | 1 | -0/+121 |