summaryrefslogtreecommitdiffstats
path: root/src/vox.c
Commit message (Collapse)AuthorAgeFilesLines
* Implement args_concat() in src/vox.cXANTRONIX Development2022-02-261-13/+54
| | | | | Implement args_concat() in src/vox.c to prepare to allow passing arbitrary arguments to text2wave
* Ensure vox can only start, stop in correct stateXANTRONIX Development2022-02-261-3/+9
|
* Implement xas_audio_format typeXANTRONIX Development2022-02-091-29/+22
| | | | | | | | | | | 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
* love too move stuff around for no reasonXANTRONIX Development2022-02-031-4/+4
|
* Shorten he name of XAS_AUDIO_ constantsXANTRONIX Development2022-02-031-1/+1
|
* Channel count first seems...nicer, somehow.XANTRONIX Development2022-02-021-1/+1
|
* Implement xas_vox_active()XANTRONIX Development2022-02-021-0/+4
| | | | | Implement xas_vox_active() to return true if the voice module is currently active
* Remove unnecessary newlineXANTRONIX Development2022-02-011-1/+1
|
* Implement xas_vox_generate()XANTRONIX Development2022-02-011-15/+11
| | | | Implement xas_vox_generate() to finalise phrases sent to Festival
* Fix typo in format specifierXANTRONIX Development2022-02-011-1/+1
|
* really persistent about workable resultsXANTRONIX Development2022-02-011-22/+28
|
* Again, with the whole "this stuff compiles" thingXANTRONIX Development2022-02-011-11/+218
|
* hmm...getting more refined hereXANTRONIX Development2022-02-011-41/+38
|
* Initial commit of src/vox.cXANTRONIX Development2022-02-011-0/+72