Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement xas_object_call_table | XANTRONIX Development | 2022-03-17 | 1 | -5/+9 |
| | | | | | | | | | | | | Changes: * Implement xas_object_call_table as a static structure to allow creating a static dispatch table on a per-compilation-unit basis * Refactor xas_object to provide a single pointer to a xas_object_call_table * Refactor all object implementations to use xas_object_call_table | ||||
* | Do not attempt to waitpid() on -1 | XANTRONIX Development | 2022-03-16 | 1 | -1/+1 |
| | |||||
* | Add index argument to xas_object_start(), stop() | XANTRONIX Development | 2022-03-16 | 1 | -8/+8 |
| | | | | | | | | | | | Changes: * Refactor all start, stop dispatch methods to accept an index argument, whether it is used or not * Use 'index' slot of xas_seq_event to store index to pass to xas_object_start(), xas_object_stop() for start and stop events | ||||
* | Remove unnecessary argument from callbacks | XANTRONIX Development | 2022-03-14 | 1 | -3/+2 |
| | |||||
* | Do not fill buffers when speech output is complete | XANTRONIX Development | 2022-03-07 | 1 | -6/+2 |
| | |||||
* | Destroy managed spatial scene objects | XANTRONIX Development | 2022-03-01 | 1 | -0/+1 |
| | |||||
* | Set stream_new callback for audible object types | XANTRONIX Development | 2022-02-28 | 1 | -3/+4 |
| | |||||
* | Fix bugs applying gain to voice output | XANTRONIX Development | 2022-02-28 | 1 | -4/+6 |
| | |||||
* | Add implicit newline in xas_vox_say() | XANTRONIX Development | 2022-02-28 | 1 | -1/+1 |
| | |||||
* | Allow setting vox gain | XANTRONIX Development | 2022-02-28 | 1 | -2/+20 |
| | |||||
* | Implement xas_object | XANTRONIX Development | 2022-02-27 | 1 | -8/+11 |
| | | | | | | | | | | | | | | | 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 | ||||
* | i'm a little biscuit head :333 | XANTRONIX Development | 2022-02-27 | 1 | -2/+1 |
| | |||||
* | Seems nicer | XANTRONIX Development | 2022-02-27 | 1 | -4/+2 |
| | |||||
* | Helps when you actually pass the file to be evaled | XANTRONIX Development | 2022-02-27 | 1 | -1/+12 |
| | |||||
* | Implement methods for writing settings to tmpfile | XANTRONIX Development | 2022-02-27 | 1 | -5/+53 |
| | |||||
* | meow, we can now like, set stuff :333 | XANTRONIX Development | 2022-02-27 | 1 | -0/+90 |
| | |||||
* | Implement xas_vox_new_args() | XANTRONIX Development | 2022-02-26 | 1 | -5/+7 |
| | | | | | 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 |
| | |||||
* | Switch to enum type for vox state | XANTRONIX Development | 2022-02-26 | 1 | -8/+8 |
| | |||||
* | Implement args_concat() in src/vox.c | XANTRONIX Development | 2022-02-26 | 1 | -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 state | XANTRONIX Development | 2022-02-26 | 1 | -3/+9 |
| | |||||
* | Implement xas_audio_format type | XANTRONIX Development | 2022-02-09 | 1 | -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 reason | XANTRONIX Development | 2022-02-03 | 1 | -4/+4 |
| | |||||
* | Shorten he name of XAS_AUDIO_ constants | XANTRONIX Development | 2022-02-03 | 1 | -1/+1 |
| | |||||
* | Channel count first seems...nicer, somehow. | XANTRONIX Development | 2022-02-02 | 1 | -1/+1 |
| | |||||
* | Implement xas_vox_active() | XANTRONIX Development | 2022-02-02 | 1 | -0/+4 |
| | | | | | Implement xas_vox_active() to return true if the voice module is currently active | ||||
* | Remove unnecessary newline | XANTRONIX Development | 2022-02-01 | 1 | -1/+1 |
| | |||||
* | Implement xas_vox_generate() | XANTRONIX Development | 2022-02-01 | 1 | -15/+11 |
| | | | | Implement xas_vox_generate() to finalise phrases sent to Festival | ||||
* | Fix typo in format specifier | XANTRONIX Development | 2022-02-01 | 1 | -1/+1 |
| | |||||
* | really persistent about workable results | XANTRONIX Development | 2022-02-01 | 1 | -22/+28 |
| | |||||
* | Again, with the whole "this stuff compiles" thing | XANTRONIX Development | 2022-02-01 | 1 | -11/+218 |
| | |||||
* | hmm...getting more refined here | XANTRONIX Development | 2022-02-01 | 1 | -41/+38 |
| | |||||
* | Initial commit of src/vox.c | XANTRONIX Development | 2022-02-01 | 1 | -0/+72 |