Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use cone rotation, not point of base, for vectors | XANTRONIX Development | 2022-02-22 | 1 | -15/+23 |
| | |||||
* | Even better | XANTRONIX Development | 2022-02-22 | 1 | -11/+3 |
| | |||||
* | Holy shit we're in business | XANTRONIX Development | 2022-02-22 | 1 | -19/+18 |
| | |||||
* | cats,,, | XANTRONIX Development | 2022-02-21 | 1 | -52/+28 |
| | |||||
* | 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 |
| | |||||
* | Ensure sample delta adjusts with object distance | XANTRONIX Development | 2022-02-18 | 1 | -14/+28 |
| | |||||
* | 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 | ||||
* | 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 | 1 | -25/+24 |
| | |||||
* | Use consistent sink/source naming in src/audio.c | XANTRONIX Development | 2022-02-16 | 1 | -49/+49 |
| | |||||
* | 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 | 1 | -21/+36 |
| | |||||
* | It's surprising this stuff compiles, but fuck it | XANTRONIX Development | 2022-02-15 | 2 | -19/+208 |
| | |||||
* | Implement xas_audio_stream_buffer() | XANTRONIX Development | 2022-02-15 | 1 | -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 life | XANTRONIX Development | 2022-02-09 | 1 | -0/+88 |
| | |||||
* | Implement xas_audio_format type | XANTRONIX Development | 2022-02-09 | 6 | -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 playback | XANTRONIX Development | 2022-02-03 | 1 | -5/+9 |
| | |||||
* | i'm a dingus cat :333 | XANTRONIX Development | 2022-02-03 | 1 | -1/+3 |
| | |||||
* | holy shit idk what just happened but it works | XANTRONIX Development | 2022-02-03 | 1 | -28/+65 |
| | |||||
* | Implement xas_bank_active() | XANTRONIX Development | 2022-02-03 | 1 | -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 size | XANTRONIX Development | 2022-02-03 | 1 | -0/+4 |
| | |||||
* | allow adding inputs with different buffer sizes | XANTRONIX Development | 2022-02-03 | 1 | -2/+1 |
| | |||||
* | love too move stuff around for no reason | XANTRONIX Development | 2022-02-03 | 1 | -4/+4 |
| | |||||
* | that can fit on a single line | XANTRONIX Development | 2022-02-03 | 1 | -2/+1 |
| | |||||
* | Shorten he name of XAS_AUDIO_ constants | XANTRONIX Development | 2022-02-03 | 4 | -5/+5 |
| | |||||
* | Initial implementation of src/bank.c | XANTRONIX Development | 2022-02-02 | 2 | -2/+111 |
| | | | | Initial implementation of src/bank.c to act as a sample bank | ||||
* | Channel count first seems...nicer, somehow. | XANTRONIX Development | 2022-02-02 | 5 | -39/+39 |
| | |||||
* | Ensure number of samples written is returned | XANTRONIX Development | 2022-02-02 | 1 | -1/+1 |
| | |||||
* | Implement xas_vox_active() | XANTRONIX Development | 2022-02-02 | 1 | -0/+4 |
| | | | | | Implement xas_vox_active() to return true if the voice module is currently active | ||||
* | nailed it | XANTRONIX Development | 2022-02-02 | 1 | -29/+49 |
| | |||||
* | Remove unnecessary newline | XANTRONIX Development | 2022-02-01 | 1 | -1/+1 |
| | |||||
* | Implement xas_vox_generate() | XANTRONIX Development | 2022-02-01 | 1 | -15/+11 |
| | | | | Implement xas_vox_generate() to finalise phrases sent to Festival | ||||
* | Fix typo in format specifier | XANTRONIX Development | 2022-02-01 | 1 | -1/+1 |
| | |||||
* | really persistent about workable results | XANTRONIX Development | 2022-02-01 | 1 | -22/+28 |
| | |||||
* | Make negative numbers pan to left | XANTRONIX Development | 2022-02-01 | 1 | -2/+2 |
| | |||||
* | Again, with the whole "this stuff compiles" thing | XANTRONIX Development | 2022-02-01 | 1 | -11/+218 |
| | |||||
* | hmm...getting more refined here | XANTRONIX Development | 2022-02-01 | 1 | -41/+38 |
| | |||||
* | Ensure close_file() callback always free()s data | XANTRONIX Development | 2022-02-01 | 1 | -10/+4 |
| | |||||
* | Implement xas_riff_open_fd() | XANTRONIX Development | 2022-02-01 | 1 | -0/+72 |
| | | | | | Implement xas_riff_open_fd() to allow readonly access to a PCM stream beginning with a valid RIFF header | ||||
* | Rename src/riff.c methods for sake of consistency | XANTRONIX Development | 2022-02-01 | 1 | -19/+17 |
| | |||||
* | Fix incompatible function declaration | XANTRONIX Development | 2022-02-01 | 1 | -4/+4 |
| | |||||
* | Implement xas_riff_file_open() | XANTRONIX Development | 2022-02-01 | 1 | -0/+175 |
| | | | | | | Implement xas_riff_file_open() to open files for reading; implement a RIFF header reader to parse and validate a header, and to extract PCM sample metadata requisite to process a stream | ||||
* | Remove unnecessary header | XANTRONIX Development | 2022-02-01 | 1 | -1/+0 |
| |