Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Implement methods for writing settings to tmpfile | XANTRONIX Development | 2022-02-27 | 2 | -5/+65 |
| | |||||
* | meow, we can now like, set stuff :333 | XANTRONIX Development | 2022-02-27 | 2 | -2/+101 |
| | |||||
* | Implement xas_vox_new_args() | XANTRONIX Development | 2022-02-26 | 2 | -5/+13 |
| | | | | | 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 | 4 | -12/+12 |
| | |||||
* | Make examples/ rebuild on libxas.a changes | XANTRONIX Development | 2022-02-26 | 1 | -2/+2 |
| | |||||
* | whoops | XANTRONIX Development | 2022-02-26 | 1 | -2/+4 |
| | |||||
* | Switch to enum type for vox state | XANTRONIX Development | 2022-02-26 | 2 | -11/+13 |
| | |||||
* | Implement args_concat() in src/vox.c | XANTRONIX Development | 2022-02-26 | 2 | -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 sentence | XANTRONIX Development | 2022-02-26 | 1 | -1/+3 |
| | |||||
* | Ensure vox can only start, stop in correct state | XANTRONIX Development | 2022-02-26 | 1 | -3/+9 |
| | |||||
* | Implement xas_bank_load_file() | XANTRONIX Development | 2022-02-23 | 2 | -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 loop | XANTRONIX Development | 2022-02-23 | 1 | -0/+2 |
| | |||||
* | Ensure xas_bank_record() uses same audio format | XANTRONIX Development | 2022-02-23 | 1 | -0/+7 |
| | |||||
* | Implement xas_audio_format_eq() | XANTRONIX Development | 2022-02-23 | 2 | -0/+8 |
| | | | | | Implement xas_audio_format_eq() to compare xas_audio_format objects for equivalence | ||||
* | Implement xas_bank_player type | XANTRONIX Development | 2022-02-23 | 3 | -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.c | XANTRONIX Development | 2022-02-23 | 1 | -2/+32 |
| | |||||
* | Make examples/ rebuild on src/libxas.a change | XANTRONIX Development | 2022-02-23 | 1 | -2/+3 |
| | |||||
* | Use cone rotation, not point of base, for vectors | XANTRONIX Development | 2022-02-22 | 2 | -16/+24 |
| | |||||
* | reasonable | XANTRONIX Development | 2022-02-22 | 1 | -2/+2 |
| | |||||
* | Even better | XANTRONIX Development | 2022-02-22 | 1 | -11/+3 |
| | |||||
* | Holy shit we're in business | XANTRONIX Development | 2022-02-22 | 2 | -21/+20 |
| | |||||
* | cats,,, | XANTRONIX Development | 2022-02-21 | 2 | -74/+34 |
| | |||||
* | am i a good cat ??? | XANTRONIX Development | 2022-02-21 | 1 | -37/+30 |
| | |||||
* | maybe need that??? i'm a cat | XANTRONIX Development | 2022-02-21 | 1 | -0/+10 |
| | |||||
* | do a heckin' relocate :3 | XANTRONIX Development | 2022-02-21 | 1 | -22/+22 |
| | |||||
* | I run this company, do you expect me to do this? | XANTRONIX Development | 2022-02-20 | 1 | -8/+80 |
| | |||||
* | Add XAS_SPATIAL_DEFAULT_CONE_ANGLE macro | XANTRONIX Development | 2022-02-20 | 1 | -0/+1 |
| | |||||
* | Reposition synth 5.2 metres to the right | XANTRONIX Development | 2022-02-20 | 1 | -1/+1 |
| | |||||
* | Ensure sample delta adjusts with object distance | XANTRONIX Development | 2022-02-18 | 2 | -16/+30 |
| | |||||
* | Implement dotf() | XANTRONIX Development | 2022-02-18 | 1 | -0/+22 |
| | | | | Implement dotf() to produce dot product of matrices | ||||
* | Initial implementation of point_within_cone() | XANTRONIX Development | 2022-02-18 | 1 | -0/+31 |
| | | | | | Initial implementation of point_within_cone(), without affine transformation of input to align cone on X axis | ||||
* | Add xas_spatial_cone thingus | XANTRONIX Development | 2022-02-18 | 1 | -0/+7 |
| | |||||
* | baby steps | XANTRONIX Development | 2022-02-17 | 1 | -18/+20 |
| | |||||
* | this halo is welded on now | XANTRONIX Development | 2022-02-16 | 1 | -0/+14 |
| | |||||
* | Sometimes you just don't care because you forgot | XANTRONIX Development | 2022-02-16 | 2 | -28/+37 |
| | |||||
* | Use consistent sink/source naming in src/audio.c | XANTRONIX Development | 2022-02-16 | 2 | -55/+55 |
| | |||||
* | yeah that's better | XANTRONIX Development | 2022-02-16 | 1 | -1/+1 |
| | |||||
* | Change way of calculating amplitude by distance | XANTRONIX Development | 2022-02-16 | 1 | -1/+1 |
| | |||||
* | Well, it bloody works now | XANTRONIX Development | 2022-02-16 | 1 | -13/+20 |
| | |||||
* | I'm kind of sad and scared right now | XANTRONIX Development | 2022-02-15 | 2 | -24/+39 |
| | |||||
* | It's surprising this stuff compiles, but fuck it | XANTRONIX Development | 2022-02-15 | 5 | -33/+411 |
| | |||||
* | Implement xas_audio_stream_buffer() | XANTRONIX Development | 2022-02-15 | 2 | -0/+6 |
| | | | | | 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 |
| |