Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement methods for writing settings to tmpfile | XANTRONIX Development | 2022-02-27 | 1 | -0/+12 |
| | |||||
* | meow, we can now like, set stuff :333 | XANTRONIX Development | 2022-02-27 | 1 | -2/+11 |
| | |||||
* | Implement xas_vox_new_args() | XANTRONIX Development | 2022-02-26 | 1 | -0/+6 |
| | | | | | Implement xas_vox_new_args() to allow passing arguments to add when invoking text2wave | ||||
* | Change xas_vox_new() argument order | XANTRONIX Development | 2022-02-26 | 1 | -3/+3 |
| | |||||
* | whoops | XANTRONIX Development | 2022-02-26 | 1 | -2/+4 |
| | |||||
* | Switch to enum type for vox state | XANTRONIX Development | 2022-02-26 | 1 | -3/+5 |
| | |||||
* | Implement args_concat() in src/vox.c | XANTRONIX Development | 2022-02-26 | 1 | -1/+4 |
| | | | | | Implement args_concat() in src/vox.c to prepare to allow passing arbitrary arguments to text2wave | ||||
* | Implement xas_audio_format type | XANTRONIX Development | 2022-02-09 | 1 | -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 reason | XANTRONIX Development | 2022-02-03 | 1 | -2/+2 |
| | |||||
* | Implement xas_vox_active() | XANTRONIX Development | 2022-02-02 | 1 | -0/+2 |
| | | | | | Implement xas_vox_active() to return true if the voice module is currently active | ||||
* | Implement xas_vox_generate() | XANTRONIX Development | 2022-02-01 | 1 | -0/+2 |
| | | | | Implement xas_vox_generate() to finalise phrases sent to Festival | ||||
* | really persistent about workable results | XANTRONIX Development | 2022-02-01 | 1 | -1/+0 |
| | |||||
* | Again, with the whole "this stuff compiles" thing | XANTRONIX Development | 2022-02-01 | 1 | -0/+5 |
| | |||||
* | hmm...getting more refined here | XANTRONIX Development | 2022-02-01 | 1 | -10/+24 |
| | |||||
* | Initial commit of src/vox.c | XANTRONIX Development | 2022-02-01 | 1 | -0/+31 |