summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | | | | | | | | | | | 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
|
* more audible on shitty laptop speakersXANTRONIX Development2022-02-271-1/+1
|
* Refactor src/synth.cXANTRONIX Development2022-02-275-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 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
| | | | | 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-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
| | | | | Implement xas_vox_new_args() to allow passing arguments to add when invoking text2wave
* Change xas_vox_new() argument orderXANTRONIX Development2022-02-264-12/+12
|
* Make examples/ rebuild on libxas.a changesXANTRONIX Development2022-02-261-2/+2
|
* whoopsXANTRONIX Development2022-02-261-2/+4
|
* Switch to enum type for vox stateXANTRONIX Development2022-02-262-11/+13
|
* Implement args_concat() in src/vox.cXANTRONIX Development2022-02-262-14/+58
| | | | | Implement args_concat() in src/vox.c to prepare to allow passing arbitrary arguments to text2wave
* Use a xas_vox_sayf() call per sentenceXANTRONIX Development2022-02-261-1/+3
|
* Ensure vox can only start, stop in correct stateXANTRONIX Development2022-02-261-3/+9
|
* Implement xas_bank_load_file()XANTRONIX Development2022-02-232-0/+36
| | | | | 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
|
* Ensure xas_bank_record() uses same audio formatXANTRONIX Development2022-02-231-0/+7
|
* Implement xas_audio_format_eq()XANTRONIX Development2022-02-232-0/+8
| | | | | Implement xas_audio_format_eq() to compare xas_audio_format objects for equivalence
* Implement xas_bank_player typeXANTRONIX Development2022-02-233-57/+115
| | | | | | | | | | Changes: * Implement xas_bank_player type to decouple player state from sample storage, to allow multiple concurrent players against a single sample bank * Refactor examples/say.c to use xas_bank_player
* Add voice synth to examples/spatial.cXANTRONIX Development2022-02-231-2/+32
|
* Make examples/ rebuild on src/libxas.a changeXANTRONIX Development2022-02-231-2/+3
|
* Use cone rotation, not point of base, for vectorsXANTRONIX Development2022-02-222-16/+24
|
* reasonableXANTRONIX Development2022-02-221-2/+2
|
* Even betterXANTRONIX Development2022-02-221-11/+3
|
* Holy shit we're in businessXANTRONIX Development2022-02-222-21/+20
|
* cats,,,XANTRONIX Development2022-02-212-74/+34
|
* am i a good cat ???XANTRONIX Development2022-02-211-37/+30
|
* maybe need that??? i'm a catXANTRONIX Development2022-02-211-0/+10
|
* do a heckin' relocate :3XANTRONIX Development2022-02-211-22/+22
|
* I run this company, do you expect me to do this?XANTRONIX Development2022-02-201-8/+80
|
* Add XAS_SPATIAL_DEFAULT_CONE_ANGLE macroXANTRONIX Development2022-02-201-0/+1
|
* Reposition synth 5.2 metres to the rightXANTRONIX Development2022-02-201-1/+1
|
* Ensure sample delta adjusts with object distanceXANTRONIX Development2022-02-182-16/+30
|
* Implement dotf()XANTRONIX Development2022-02-181-0/+22
| | | | Implement dotf() to produce dot product of matrices
* Initial implementation of point_within_cone()XANTRONIX Development2022-02-181-0/+31
| | | | | Initial implementation of point_within_cone(), without affine transformation of input to align cone on X axis
* Add xas_spatial_cone thingusXANTRONIX Development2022-02-181-0/+7
|
* baby stepsXANTRONIX Development2022-02-171-18/+20
|
* this halo is welded on nowXANTRONIX Development2022-02-161-0/+14
|