summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Ensure xas_bank_record() uses same audio formatXANTRONIX Development2022-02-231-0/+7
|
* Implement xas_audio_format_eq()XANTRONIX Development2022-02-231-0/+6
| | | | | Implement xas_audio_format_eq() to compare xas_audio_format objects for equivalence
* Implement xas_bank_player typeXANTRONIX Development2022-02-231-37/+74
| | | | | | | | | | 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 vectorsXANTRONIX Development2022-02-221-15/+23
|
* Even betterXANTRONIX Development2022-02-221-11/+3
|
* Holy shit we're in businessXANTRONIX Development2022-02-221-19/+18
|
* cats,,,XANTRONIX Development2022-02-211-52/+28
|
* 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
|
* Ensure sample delta adjusts with object distanceXANTRONIX Development2022-02-181-14/+28
|
* 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
* baby stepsXANTRONIX Development2022-02-171-18/+20
|
* this halo is welded on nowXANTRONIX Development2022-02-161-0/+14
|
* Sometimes you just don't care because you forgotXANTRONIX Development2022-02-161-25/+24
|
* Use consistent sink/source naming in src/audio.cXANTRONIX Development2022-02-161-49/+49
|
* yeah that's betterXANTRONIX Development2022-02-161-1/+1
|
* Change way of calculating amplitude by distanceXANTRONIX Development2022-02-161-1/+1
|
* Well, it bloody works nowXANTRONIX Development2022-02-161-13/+20
|
* I'm kind of sad and scared right nowXANTRONIX Development2022-02-151-21/+36
|
* It's surprising this stuff compiles, but fuck itXANTRONIX Development2022-02-152-19/+208
|
* Implement xas_audio_stream_buffer()XANTRONIX Development2022-02-151-0/+4
| | | | | Implement xas_audio_stream_buffer() to return the input/output buffer associated with an audio stream
* I wish I could do this to get out of my lifeXANTRONIX Development2022-02-091-0/+88
|
* Implement xas_audio_format typeXANTRONIX Development2022-02-096-201/+196
| | | | | | | | | | | Changes: * Implement xas_audio_format struct to provide sample size, channels, and sample rate * Refactor argument order for most functions to allow a reasonable reading of argument types, when replacing three separate size_t arguments with one xas_audio_format object
* don't forget to adjust gain on sample playbackXANTRONIX Development2022-02-031-5/+9
|
* i'm a dingus cat :333XANTRONIX Development2022-02-031-1/+3
|
* holy shit idk what just happened but it worksXANTRONIX Development2022-02-031-28/+65
|
* Implement xas_bank_active()XANTRONIX Development2022-02-031-0/+4
| | | | | Implement xas_bank_active() to allow one to determine if a sample bank is currently active
* Ensure stream reads can't oversohot buffer sizeXANTRONIX Development2022-02-031-0/+4
|
* allow adding inputs with different buffer sizesXANTRONIX Development2022-02-031-2/+1
|
* love too move stuff around for no reasonXANTRONIX Development2022-02-031-4/+4
|
* that can fit on a single lineXANTRONIX Development2022-02-031-2/+1
|
* Shorten he name of XAS_AUDIO_ constantsXANTRONIX Development2022-02-034-5/+5
|
* Initial implementation of src/bank.cXANTRONIX Development2022-02-022-2/+111
| | | | Initial implementation of src/bank.c to act as a sample bank
* Channel count first seems...nicer, somehow.XANTRONIX Development2022-02-025-39/+39
|
* Ensure number of samples written is returnedXANTRONIX Development2022-02-021-1/+1
|
* Implement xas_vox_active()XANTRONIX Development2022-02-021-0/+4
| | | | | Implement xas_vox_active() to return true if the voice module is currently active
* nailed itXANTRONIX Development2022-02-021-29/+49
|
* Remove unnecessary newlineXANTRONIX Development2022-02-011-1/+1
|
* Implement xas_vox_generate()XANTRONIX Development2022-02-011-15/+11
| | | | Implement xas_vox_generate() to finalise phrases sent to Festival
* Fix typo in format specifierXANTRONIX Development2022-02-011-1/+1
|
* really persistent about workable resultsXANTRONIX Development2022-02-011-22/+28
|
* Make negative numbers pan to leftXANTRONIX Development2022-02-011-2/+2
|