summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Rename sample delta to "delay" in src/spatial.cXANTRONIX Development2022-03-061-12/+12
|
* Temporarily remove sample spatial shiftingXANTRONIX Development2022-03-061-25/+2
|
* yeah, i guessXANTRONIX Development2022-03-051-5/+9
|
* Ensure defaults are initialisedXANTRONIX Development2022-03-051-8/+12
|
* Add heading, speed event events to spatial objectsXANTRONIX Development2022-03-051-0/+60
|
* Implement movement in spatial objectsXANTRONIX Development2022-03-051-32/+67
|
* Implement move() in src/spatial.cXANTRONIX Development2022-03-051-0/+15
| | | | | Implement move() in src/spatial.c to translate a point in 3D space along a heading
* Remove unnecessary functionXANTRONIX Development2022-03-051-10/+0
|
* good cats renaming stuff,,,XANTRONIX Development2022-03-012-93/+93
|
* Fix incorrect event sequencingXANTRONIX Development2022-03-011-2/+2
|
* Ensure call to xas_vox_generate() after phraseXANTRONIX Development2022-03-011-0/+3
|
* Fix infinite loop on script runsXANTRONIX Development2022-03-011-3/+2
|
* Fix timerupdate() in src/script.cXANTRONIX Development2022-03-011-9/+9
|
* Make wrappers for adding new spatial scene objectsXANTRONIX Development2022-03-011-0/+113
|
* Implement support for scripted speech eventsXANTRONIX Development2022-03-011-0/+33
|
* Destroy managed spatial scene objectsXANTRONIX Development2022-03-014-0/+8
|
* Implement xas_object_destroy()XANTRONIX Development2022-03-011-0/+4
|
* Set stream_new callback for audible object typesXANTRONIX Development2022-02-283-9/+12
|
* Implement xas_object_stream_new()XANTRONIX Development2022-02-281-0/+4
| | | | | 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 consistencyXANTRONIX Development2022-02-283-5/+5
|
* 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-281-1/+1
|
* Don't forget to initialise synth gainXANTRONIX Development2022-02-281-0/+1
|
* Initial stab at script playbackXANTRONIX Development2022-02-281-12/+127
|
* Implement xas_spatial_scene_position_object()XANTRONIX Development2022-02-282-8/+22
|
* Allow setting bank player gain separatelyXANTRONIX Development2022-02-281-6/+23
|
* Allow setting synth gainXANTRONIX Development2022-02-281-7/+18
|
* Allow setting vox gainXANTRONIX Development2022-02-281-2/+20
|
* Implement xas_audio_apply_gain()XANTRONIX Development2022-02-281-8/+44
|
* Add gain setting callback to xas_objectXANTRONIX Development2022-02-281-2/+6
|
* Initial implementation of src/script.cXANTRONIX Development2022-02-282-2/+213
|
* Implement xas_spatial_object_start(), stop()XANTRONIX Development2022-02-271-0/+9
|
* Implement xas_objectXANTRONIX Development2022-02-274-13/+48
| | | | | | | | | | | | | | | 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 Development2022-02-271-1/+3
|
* Refactor src/synth.cXANTRONIX Development2022-02-271-26/+128
| | | | | | | | | 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 objectsXANTRONIX Development2022-02-271-1/+3
|
* Rename 'coord' to 'point' where applicableXANTRONIX Development2022-02-271-31/+31
| | | | | 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 :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-271-5/+53
|
* meow, we can now like, set stuff :333XANTRONIX Development2022-02-271-0/+90
|
* Implement xas_vox_new_args()XANTRONIX Development2022-02-261-5/+7
| | | | | 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
|
* Switch to enum type for vox stateXANTRONIX Development2022-02-261-8/+8
|
* Implement args_concat() in src/vox.cXANTRONIX Development2022-02-261-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 stateXANTRONIX Development2022-02-261-3/+9
|
* Implement xas_bank_load_file()XANTRONIX Development2022-02-231-0/+32
| | | | | Implement xas_bank_load_file() to load a sample from a RIFF file on disk into a sample bank
* Avoid xas_bank_record() infinite loopXANTRONIX Development2022-02-231-0/+2
|