Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement xas_riff_open_fd() | XANTRONIX Development | 2022-02-01 | 1 | -0/+2 |
| | | | | | 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 | -3/+2 |
| | |||||
* | Implement xas_riff_file_open() | XANTRONIX Development | 2022-02-01 | 1 | -0/+3 |
| | | | | | | 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 | ||||
* | Reduce reliance on duplicate hardcoded constants | XANTRONIX Development | 2022-02-01 | 1 | -0/+5 |
| | |||||
* | Rename xas_riff_file_open() to _new() | XANTRONIX Development | 2022-02-01 | 1 | -5/+5 |
| | |||||
* | still not quite there, but close | XANTRONIX Development | 2022-01-15 | 1 | -1/+6 |
| | |||||
* | ~Getting there, sweetie.~ | XANTRONIX Development | 2022-01-15 | 1 | -1/+1 |
| | |||||
* | it...compiles | XANTRONIX Development | 2022-01-14 | 1 | -9/+10 |
| | |||||
* | Initial commit of src/riff.c | XANTRONIX Development | 2022-01-02 | 1 | -0/+47 |