summaryrefslogtreecommitdiffstats
path: root/include/xas
Commit message (Collapse)AuthorAgeFilesLines
* Implement xas_vox_active()XANTRONIX Development2022-02-021-0/+2
| | | | | Implement xas_vox_active() to return true if the voice module is currently active
* Implement xas_vox_generate()XANTRONIX Development2022-02-011-0/+2
| | | | Implement xas_vox_generate() to finalise phrases sent to Festival
* really persistent about workable resultsXANTRONIX Development2022-02-011-1/+0
|
* Again, with the whole "this stuff compiles" thingXANTRONIX Development2022-02-011-0/+5
|
* hmm...getting more refined hereXANTRONIX Development2022-02-011-10/+24
|
* 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
|
* Initial commit of src/vox.cXANTRONIX Development2022-02-011-0/+31
|
* This is getting annoyingly close to working...XANTRONIX Development2022-01-313-14/+18
|
* deep sleepXANTRONIX Development2022-01-312-6/+7
|
* Heh. This works.XANTRONIX Development2022-01-311-4/+0
|
* I really don't like the fact that this compilesXANTRONIX Development2022-01-311-1/+13
|
* Initial commit of include/xas/synth.hXANTRONIX Development2022-01-311-0/+24
|
* It compiles! Beep! Beep!XANTRONIX Development2022-01-181-0/+46
|
* Good drone!!!XANTRONIX Development2022-01-151-4/+4
|
* still not quite there, but closeXANTRONIX Development2022-01-151-1/+6
|
* ~Getting there, sweetie.~XANTRONIX Development2022-01-152-1/+77
|
* it...compilesXANTRONIX Development2022-01-141-9/+10
|
* Initial commit of src/riff.cXANTRONIX Development2022-01-021-0/+47