summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix incompatible function declarationXANTRONIX Development2022-02-011-4/+4
|
* Implement xas_riff_file_open()XANTRONIX Development2022-02-011-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 headerXANTRONIX Development2022-02-011-1/+0
|
* Make xas_riff_file_new() always write headerXANTRONIX Development2022-02-011-7/+4
|
* Reduce reliance on duplicate hardcoded constantsXANTRONIX Development2022-02-011-5/+6
|
* Rename xas_riff_file_open() to _new()XANTRONIX Development2022-02-011-17/+17
|
* Initial commit of src/vox.cXANTRONIX Development2022-02-012-2/+74
|
* Everything accounted for!XANTRONIX Development2022-02-011-26/+19
|
* Fix panningXANTRONIX Development2022-02-011-1/+3
|
* Ensure gain is factored into mixer input sourcesXANTRONIX Development2022-01-311-6/+12
|
* this is a superiour resultXANTRONIX Development2022-01-311-5/+5
|
* At least I took care of the memory errorsXANTRONIX Development2022-01-311-13/+50
|
* This is getting annoyingly close to working...XANTRONIX Development2022-01-313-31/+73
|
* deep sleepXANTRONIX Development2022-01-311-3/+3
|
* Heh. This works.XANTRONIX Development2022-01-312-13/+1
|
* I really don't like the fact that this compilesXANTRONIX Development2022-01-312-2/+48
|
* It compiles! Beep! Beep!XANTRONIX Development2022-01-182-2/+208
|
* Good Roomba!!!XANTRONIX Development2022-01-151-0/+2
|
* Good drone!!!XANTRONIX Development2022-01-152-14/+44
|
* still not quite there, but closeXANTRONIX Development2022-01-152-3/+150
|
* ~Getting there, sweetie.~XANTRONIX Development2022-01-151-17/+48
|
* it...compilesXANTRONIX Development2022-01-142-16/+78
|
* Initial implementation of configure, MakefilesXANTRONIX Development2022-01-021-0/+49
|
* Initial commit of src/riff.cXANTRONIX Development2022-01-021-0/+121