summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add heading, speed event events to spatial objectsXANTRONIX Development2022-03-052-1/+75
* Implement movement in spatial objectsXANTRONIX Development2022-03-052-33/+82
* Implement move() in src/spatial.cXANTRONIX Development2022-03-051-0/+15
* Remove unnecessary functionXANTRONIX Development2022-03-051-10/+0
* Initial commit of ldap/xantronix.ldifXANTRONIX Development2022-03-021-0/+7
* Initial commit of ldap/xantronix.schemaXANTRONIX Development2022-03-021-0/+15
* good cats renaming stuff,,,XANTRONIX Development2022-03-016-199/+214
* Fix incorrect event sequencingXANTRONIX Development2022-03-011-2/+2
* Ensure call to xas_vox_generate() after phraseXANTRONIX Development2022-03-011-0/+3
* Fix typo in xas_script_add_phrase() forward declXANTRONIX Development2022-03-011-1/+1
* Fix infinite loop on script runsXANTRONIX Development2022-03-011-3/+2
* Fix timerupdate() in src/script.cXANTRONIX Development2022-03-011-9/+9
* Begin work on examples/script.c scene script demoXANTRONIX Development2022-03-012-1/+126
* Make wrappers for adding new spatial scene objectsXANTRONIX Development2022-03-012-0/+127
* Implement support for scripted speech eventsXANTRONIX Development2022-03-012-1/+41
* Destroy managed spatial scene objectsXANTRONIX Development2022-03-015-0/+12
* Implement xas_object_destroy()XANTRONIX Development2022-03-012-0/+9
* Set stream_new callback for audible object typesXANTRONIX Development2022-02-283-9/+12
* Implement xas_object_stream_new()XANTRONIX Development2022-02-282-3/+14
* s/new_stream/stream_new/ for consistencyXANTRONIX Development2022-02-288-25/+25
* Remove dead, forgotten codeXANTRONIX Development2022-02-281-10/+0
* Fix bugs applying gain to voice outputXANTRONIX Development2022-02-281-4/+6
* Add implicit newline in xas_vox_say()XANTRONIX Development2022-02-281-1/+1
* Ensure default bank player gain is 1.0XANTRONIX Development2022-02-282-1/+3
* Set frequency on correct sine generatorXANTRONIX Development2022-02-281-1/+1
* Don't forget to initialise synth gainXANTRONIX Development2022-02-281-0/+1
* xas woggy pluggy memory leak uwu!!!XANTRONIX Development2022-02-281-0/+1
* Initial stab at script playbackXANTRONIX Development2022-02-282-25/+142
* Implement xas_spatial_scene_position_object()XANTRONIX Development2022-02-282-8/+22
* Allow setting bank player gain separatelyXANTRONIX Development2022-02-283-10/+27
* Allow setting synth gainXANTRONIX Development2022-02-282-8/+24
* Allow setting vox gainXANTRONIX Development2022-02-282-2/+26
* Implement xas_audio_apply_gain()XANTRONIX Development2022-02-282-8/+50
* Add gain setting callback to xas_objectXANTRONIX Development2022-02-282-4/+13
* Initial implementation of src/script.cXANTRONIX Development2022-02-283-2/+299
* Fix method name missed during refactorXANTRONIX Development2022-02-271-2/+2
* Implement xas_spatial_object_start(), stop()XANTRONIX Development2022-02-272-0/+13
* Implement xas_objectXANTRONIX Development2022-02-279-19/+86
* Fix square wave duty cycle to 50%XANTRONIX Development2022-02-271-1/+3
* more audible on shitty laptop speakersXANTRONIX Development2022-02-271-1/+1
* Refactor src/synth.cXANTRONIX Development2022-02-275-160/+247
* Save context data when adding scene objectsXANTRONIX Development2022-02-273-5/+12
* Plug resource leaks in examples/spatial.cXANTRONIX Development2022-02-271-0/+4
* Rename 'coord' to 'point' where applicableXANTRONIX Development2022-02-272-36/+36
* i'm a little biscuit head :333XANTRONIX Development2022-02-271-2/+1
* Seems nicerXANTRONIX Development2022-02-271-4/+2
* Helps when you actually pass the file to be evaledXANTRONIX Development2022-02-271-1/+12
* Implement methods for writing settings to tmpfileXANTRONIX Development2022-02-272-5/+65
* meow, we can now like, set stuff :333XANTRONIX Development2022-02-272-2/+101
* Implement xas_vox_new_args()XANTRONIX Development2022-02-262-5/+13