Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement xas_synth_set_type() | XANTRONIX Development | 2022-03-06 | 1 | -0/+2 |
| | | | | | Implement xas_synth_set_type() to allow changing oscillator type during synthesis | ||||
* | Implement xas_bank_player_set_flags() | XANTRONIX Development | 2022-03-06 | 1 | -0/+6 |
| | | | | | Implement xas_bank_player_set_flags() to allow setting certain playback flags, such as, XAS_BANK_PLAYER_LOOP | ||||
* | Rename sample delta to "delay" in src/spatial.c | XANTRONIX Development | 2022-03-06 | 1 | -2/+2 |
| | |||||
* | Ensure defaults are initialised | XANTRONIX Development | 2022-03-05 | 1 | -4/+5 |
| | |||||
* | Add heading, speed event events to spatial objects | XANTRONIX Development | 2022-03-05 | 1 | -1/+15 |
| | |||||
* | Implement movement in spatial objects | XANTRONIX Development | 2022-03-05 | 1 | -1/+15 |
| | |||||
* | good cats renaming stuff,,, | XANTRONIX Development | 2022-03-01 | 2 | -95/+95 |
| | |||||
* | Fix typo in xas_script_add_phrase() forward decl | XANTRONIX Development | 2022-03-01 | 1 | -1/+1 |
| | |||||
* | Make wrappers for adding new spatial scene objects | XANTRONIX Development | 2022-03-01 | 1 | -0/+14 |
| | |||||
* | Implement support for scripted speech events | XANTRONIX Development | 2022-03-01 | 1 | -1/+8 |
| | |||||
* | Destroy managed spatial scene objects | XANTRONIX Development | 2022-03-01 | 1 | -0/+4 |
| | |||||
* | Implement xas_object_destroy() | XANTRONIX Development | 2022-03-01 | 1 | -0/+5 |
| | |||||
* | Implement xas_object_stream_new() | XANTRONIX Development | 2022-02-28 | 1 | -3/+10 |
| | | | | | 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 | 2 | -2/+2 |
| | |||||
* | Ensure default bank player gain is 1.0 | XANTRONIX Development | 2022-02-28 | 1 | -0/+2 |
| | |||||
* | Initial stab at script playback | XANTRONIX Development | 2022-02-28 | 1 | -13/+15 |
| | |||||
* | Allow setting bank player gain separately | XANTRONIX Development | 2022-02-28 | 1 | -3/+3 |
| | |||||
* | Allow setting synth gain | XANTRONIX Development | 2022-02-28 | 1 | -1/+6 |
| | |||||
* | Allow setting vox gain | XANTRONIX Development | 2022-02-28 | 1 | -0/+6 |
| | |||||
* | Implement xas_audio_apply_gain() | XANTRONIX Development | 2022-02-28 | 1 | -0/+6 |
| | |||||
* | Add gain setting callback to xas_object | XANTRONIX Development | 2022-02-28 | 1 | -2/+7 |
| | |||||
* | Initial implementation of src/script.c | XANTRONIX Development | 2022-02-28 | 1 | -0/+86 |
| | |||||
* | 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 | 1 | -0/+4 |
| | |||||
* | Implement xas_object | XANTRONIX Development | 2022-02-27 | 4 | -5/+35 |
| | | | | | | | | | | | | | | | 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 | ||||
* | Refactor src/synth.c | XANTRONIX Development | 2022-02-27 | 1 | -11/+37 |
| | | | | | | | | | 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 | 1 | -2/+5 |
| | |||||
* | Rename 'coord' to 'point' where applicable | XANTRONIX Development | 2022-02-27 | 1 | -5/+5 |
| | | | | | Rename 'coord' to 'point' where applicable, to help disambiguate whether a coordinate is indeed a point or a rotation vector | ||||
* | Implement methods for writing settings to tmpfile | XANTRONIX Development | 2022-02-27 | 1 | -0/+12 |
| | |||||
* | meow, we can now like, set stuff :333 | XANTRONIX Development | 2022-02-27 | 1 | -2/+11 |
| | |||||
* | Implement xas_vox_new_args() | XANTRONIX Development | 2022-02-26 | 1 | -0/+6 |
| | | | | | 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 |
| | |||||
* | whoops | XANTRONIX Development | 2022-02-26 | 1 | -2/+4 |
| | |||||
* | Switch to enum type for vox state | XANTRONIX Development | 2022-02-26 | 1 | -3/+5 |
| | |||||
* | Implement args_concat() in src/vox.c | XANTRONIX Development | 2022-02-26 | 1 | -1/+4 |
| | | | | | Implement args_concat() in src/vox.c to prepare to allow passing arbitrary arguments to text2wave | ||||
* | Implement xas_bank_load_file() | XANTRONIX Development | 2022-02-23 | 1 | -0/+4 |
| | | | | | Implement xas_bank_load_file() to load a sample from a RIFF file on disk into a sample bank | ||||
* | Implement xas_audio_format_eq() | XANTRONIX Development | 2022-02-23 | 1 | -0/+2 |
| | | | | | Implement xas_audio_format_eq() to compare xas_audio_format objects for equivalence | ||||
* | Implement xas_bank_player type | XANTRONIX Development | 2022-02-23 | 1 | -11/+23 |
| | | | | | | | | | | 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 | ||||
* | Use cone rotation, not point of base, for vectors | XANTRONIX Development | 2022-02-22 | 1 | -1/+1 |
| | |||||
* | Holy shit we're in business | XANTRONIX Development | 2022-02-22 | 1 | -2/+2 |
| | |||||
* | cats,,, | XANTRONIX Development | 2022-02-21 | 1 | -22/+6 |
| | |||||
* | Add XAS_SPATIAL_DEFAULT_CONE_ANGLE macro | XANTRONIX Development | 2022-02-20 | 1 | -0/+1 |
| | |||||
* | Ensure sample delta adjusts with object distance | XANTRONIX Development | 2022-02-18 | 1 | -2/+2 |
| | |||||
* | Add xas_spatial_cone thingus | XANTRONIX Development | 2022-02-18 | 1 | -0/+7 |
| | |||||
* | Sometimes you just don't care because you forgot | XANTRONIX Development | 2022-02-16 | 1 | -3/+13 |
| | |||||
* | Use consistent sink/source naming in src/audio.c | XANTRONIX Development | 2022-02-16 | 1 | -6/+6 |
| | |||||
* | It's surprising this stuff compiles, but fuck it | XANTRONIX Development | 2022-02-15 | 1 | -13/+36 |
| | |||||
* | Implement xas_audio_stream_buffer() | XANTRONIX Development | 2022-02-15 | 1 | -0/+2 |
| | | | | | Implement xas_audio_stream_buffer() to return the input/output buffer associated with an audio stream | ||||
* | Add #define values for left and right channels | XANTRONIX Development | 2022-02-15 | 1 | -0/+3 |
| | |||||
* | I wish I could do this to get out of my life | XANTRONIX Development | 2022-02-09 | 1 | -18/+28 |
| |