Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | yeah, i guess | XANTRONIX Development | 2022-03-05 | 2 | -5/+12 |
| | |||||
* | Set default text2wave voice to avoid crash | XANTRONIX Development | 2022-03-05 | 1 | -0/+1 |
| | |||||
* | Ensure defaults are initialised | XANTRONIX Development | 2022-03-05 | 2 | -12/+17 |
| | |||||
* | Add heading, speed event events to spatial objects | XANTRONIX Development | 2022-03-05 | 2 | -1/+75 |
| | |||||
* | Implement movement in spatial objects | XANTRONIX Development | 2022-03-05 | 2 | -33/+82 |
| | |||||
* | Implement move() in src/spatial.c | XANTRONIX Development | 2022-03-05 | 1 | -0/+15 |
| | | | | | Implement move() in src/spatial.c to translate a point in 3D space along a heading | ||||
* | Remove unnecessary function | XANTRONIX Development | 2022-03-05 | 1 | -10/+0 |
| | |||||
* | Initial commit of ldap/xantronix.ldif | XANTRONIX Development | 2022-03-02 | 1 | -0/+7 |
| | |||||
* | Initial commit of ldap/xantronix.schema | XANTRONIX Development | 2022-03-02 | 1 | -0/+15 |
| | |||||
* | good cats renaming stuff,,, | XANTRONIX Development | 2022-03-01 | 6 | -199/+214 |
| | |||||
* | Fix incorrect event sequencing | XANTRONIX Development | 2022-03-01 | 1 | -2/+2 |
| | |||||
* | Ensure call to xas_vox_generate() after phrase | XANTRONIX Development | 2022-03-01 | 1 | -0/+3 |
| | |||||
* | Fix typo in xas_script_add_phrase() forward decl | XANTRONIX Development | 2022-03-01 | 1 | -1/+1 |
| | |||||
* | Fix infinite loop on script runs | XANTRONIX Development | 2022-03-01 | 1 | -3/+2 |
| | |||||
* | Fix timerupdate() in src/script.c | XANTRONIX Development | 2022-03-01 | 1 | -9/+9 |
| | |||||
* | Begin work on examples/script.c scene script demo | XANTRONIX Development | 2022-03-01 | 2 | -1/+126 |
| | |||||
* | Make wrappers for adding new spatial scene objects | XANTRONIX Development | 2022-03-01 | 2 | -0/+127 |
| | |||||
* | Implement support for scripted speech events | XANTRONIX Development | 2022-03-01 | 2 | -1/+41 |
| | |||||
* | Destroy managed spatial scene objects | XANTRONIX Development | 2022-03-01 | 5 | -0/+12 |
| | |||||
* | Implement xas_object_destroy() | XANTRONIX Development | 2022-03-01 | 2 | -0/+9 |
| | |||||
* | Set stream_new callback for audible object types | XANTRONIX Development | 2022-02-28 | 3 | -9/+12 |
| | |||||
* | Implement xas_object_stream_new() | XANTRONIX Development | 2022-02-28 | 2 | -3/+14 |
| | | | | | Implement xas_object_stream_new() proxy to allow generic creation of an audio stream from any given audible object | ||||
* | s/new_stream/stream_new/ for consistency | XANTRONIX Development | 2022-02-28 | 8 | -25/+25 |
| | |||||
* | Remove dead, forgotten code | XANTRONIX Development | 2022-02-28 | 1 | -10/+0 |
| | |||||
* | 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 |
| | |||||
* | Ensure default bank player gain is 1.0 | XANTRONIX Development | 2022-02-28 | 2 | -1/+3 |
| | |||||
* | Set frequency on correct sine generator | XANTRONIX Development | 2022-02-28 | 1 | -1/+1 |
| | |||||
* | Don't forget to initialise synth gain | XANTRONIX Development | 2022-02-28 | 1 | -0/+1 |
| | |||||
* | xas woggy pluggy memory leak uwu!!! | XANTRONIX Development | 2022-02-28 | 1 | -0/+1 |
| | |||||
* | Initial stab at script playback | XANTRONIX Development | 2022-02-28 | 2 | -25/+142 |
| | |||||
* | Implement xas_spatial_scene_position_object() | XANTRONIX Development | 2022-02-28 | 2 | -8/+22 |
| | |||||
* | Allow setting bank player gain separately | XANTRONIX Development | 2022-02-28 | 3 | -10/+27 |
| | |||||
* | Allow setting synth gain | XANTRONIX Development | 2022-02-28 | 2 | -8/+24 |
| | |||||
* | Allow setting vox gain | XANTRONIX Development | 2022-02-28 | 2 | -2/+26 |
| | |||||
* | Implement xas_audio_apply_gain() | XANTRONIX Development | 2022-02-28 | 2 | -8/+50 |
| | |||||
* | Add gain setting callback to xas_object | XANTRONIX Development | 2022-02-28 | 2 | -4/+13 |
| | |||||
* | Initial implementation of src/script.c | XANTRONIX Development | 2022-02-28 | 3 | -2/+299 |
| | |||||
* | Fix method name missed during refactor | XANTRONIX Development | 2022-02-27 | 1 | -2/+2 |
| | |||||
* | Implement xas_spatial_object_start(), stop() | XANTRONIX Development | 2022-02-27 | 2 | -0/+13 |
| | |||||
* | Implement xas_object | XANTRONIX Development | 2022-02-27 | 9 | -19/+86 |
| | | | | | | | | | | | | | | | 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 | ||||
* | Fix square wave duty cycle to 50% | XANTRONIX Development | 2022-02-27 | 1 | -1/+3 |
| | |||||
* | more audible on shitty laptop speakers | XANTRONIX Development | 2022-02-27 | 1 | -1/+1 |
| | |||||
* | Refactor src/synth.c | XANTRONIX Development | 2022-02-27 | 5 | -160/+247 |
| | | | | | | | | | Changes: * Implement xas_synth type to consolidate synthesiser implementation and different tone generator types * Refactor examples/ code to remove duplicate synthesiser code | ||||
* | Save context data when adding scene objects | XANTRONIX Development | 2022-02-27 | 3 | -5/+12 |
| | |||||
* | Plug resource leaks in examples/spatial.c | XANTRONIX Development | 2022-02-27 | 1 | -0/+4 |
| | |||||
* | Rename 'coord' to 'point' where applicable | XANTRONIX Development | 2022-02-27 | 2 | -36/+36 |
| | | | | | Rename 'coord' to 'point' where applicable, to help disambiguate whether a coordinate is indeed a point or a rotation vector | ||||
* | 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 |
| |