summaryrefslogtreecommitdiffstats
path: root/include/xas/riff.h
Commit message (Collapse)AuthorAgeFilesLines
* Implement xas_riff_open_fd()XANTRONIX Development2022-02-011-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 consistencyXANTRONIX Development2022-02-011-3/+2
|
* Implement xas_riff_file_open()XANTRONIX Development2022-02-011-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 constantsXANTRONIX Development2022-02-011-0/+5
|
* Rename xas_riff_file_open() to _new()XANTRONIX Development2022-02-011-5/+5
|
* still not quite there, but closeXANTRONIX Development2022-01-151-1/+6
|
* ~Getting there, sweetie.~XANTRONIX Development2022-01-151-1/+1
|
* it...compilesXANTRONIX Development2022-01-141-9/+10
|
* Initial commit of src/riff.cXANTRONIX Development2022-01-021-0/+47