summaryrefslogtreecommitdiffstats
path: root/include/xas/vox.h
Commit message (Collapse)AuthorAgeFilesLines
* Use larger default vox buffer size of 20480XANTRONIX Development2022-03-191-3/+2
| | | | | Use larger default vox buffer size of 20480 to improve performance and reduce number of read()/write() system calls
* Allow setting vox gainXANTRONIX Development2022-02-281-0/+6
|
* Implement xas_objectXANTRONIX Development2022-02-271-2/+5
| | | | | | | | | | | | | | | Changes: * Implement xas_object as a base "class" for all playback state objects; allow implementation of start() and stop() methods to control playback * Move code for setting gain, bank slot to a new method, xas_bank_player_select() * Remove code from xas_bank_player_start() setting gain, bank slot * Add xas_object header to each monaural playable object
* Implement methods for writing settings to tmpfileXANTRONIX Development2022-02-271-0/+12
|
* meow, we can now like, set stuff :333XANTRONIX Development2022-02-271-2/+11
|
* Implement xas_vox_new_args()XANTRONIX Development2022-02-261-0/+6
| | | | | Implement xas_vox_new_args() to allow passing arguments to add when invoking text2wave
* Change xas_vox_new() argument orderXANTRONIX Development2022-02-261-3/+3
|
* whoopsXANTRONIX Development2022-02-261-2/+4
|
* Switch to enum type for vox stateXANTRONIX Development2022-02-261-3/+5
|
* Implement args_concat() in src/vox.cXANTRONIX Development2022-02-261-1/+4
| | | | | Implement args_concat() in src/vox.c to prepare to allow passing arbitrary arguments to text2wave
* Implement xas_audio_format typeXANTRONIX Development2022-02-091-8/+4
| | | | | | | | | | | 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-2/+2
|
* 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
|
* Initial commit of src/vox.cXANTRONIX Development2022-02-011-0/+31