Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Initial implementation of include/xas/spatial.h | XANTRONIX Development | 2022-02-09 | 1 | -0/+66 |
| | |||||
* | Implement xas_audio_format type | XANTRONIX Development | 2022-02-09 | 6 | -42/+41 |
| | | | | | | | | | | | 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 | ||||
* | Better argument name there | XANTRONIX Development | 2022-02-03 | 1 | -1/+1 |
| | |||||
* | Implement xas_bank_active() | XANTRONIX Development | 2022-02-03 | 1 | -0/+2 |
| | | | | | Implement xas_bank_active() to allow one to determine if a sample bank is currently active | ||||
* | love too move stuff around for no reason | XANTRONIX Development | 2022-02-03 | 1 | -2/+2 |
| | |||||
* | Shorten he name of XAS_AUDIO_ constants | XANTRONIX Development | 2022-02-03 | 1 | -4/+4 |
| | |||||
* | Initial implementation of src/bank.c | XANTRONIX Development | 2022-02-02 | 1 | -0/+46 |
| | | | | Initial implementation of src/bank.c to act as a sample bank | ||||
* | Channel count first seems...nicer, somehow. | XANTRONIX Development | 2022-02-02 | 3 | -8/+8 |
| | |||||
* | Implement xas_vox_active() | XANTRONIX Development | 2022-02-02 | 1 | -0/+2 |
| | | | | | Implement xas_vox_active() to return true if the voice module is currently active | ||||
* | Implement xas_vox_generate() | XANTRONIX Development | 2022-02-01 | 1 | -0/+2 |
| | | | | Implement xas_vox_generate() to finalise phrases sent to Festival | ||||
* | really persistent about workable results | XANTRONIX Development | 2022-02-01 | 1 | -1/+0 |
| | |||||
* | Again, with the whole "this stuff compiles" thing | XANTRONIX Development | 2022-02-01 | 1 | -0/+5 |
| | |||||
* | hmm...getting more refined here | XANTRONIX Development | 2022-02-01 | 1 | -10/+24 |
| | |||||
* | Implement xas_riff_open_fd() | XANTRONIX Development | 2022-02-01 | 1 | -0/+2 |
| | | | | | 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 | -3/+2 |
| | |||||
* | Implement xas_riff_file_open() | XANTRONIX Development | 2022-02-01 | 1 | -0/+3 |
| | | | | | | 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 | ||||
* | Reduce reliance on duplicate hardcoded constants | XANTRONIX Development | 2022-02-01 | 1 | -0/+5 |
| | |||||
* | Rename xas_riff_file_open() to _new() | XANTRONIX Development | 2022-02-01 | 1 | -5/+5 |
| | |||||
* | Initial commit of src/vox.c | XANTRONIX Development | 2022-02-01 | 1 | -0/+31 |
| | |||||
* | This is getting annoyingly close to working... | XANTRONIX Development | 2022-01-31 | 3 | -14/+18 |
| | |||||
* | deep sleep | XANTRONIX Development | 2022-01-31 | 2 | -6/+7 |
| | |||||
* | Heh. This works. | XANTRONIX Development | 2022-01-31 | 1 | -4/+0 |
| | |||||
* | I really don't like the fact that this compiles | XANTRONIX Development | 2022-01-31 | 1 | -1/+13 |
| | |||||
* | Initial commit of include/xas/synth.h | XANTRONIX Development | 2022-01-31 | 1 | -0/+24 |
| | |||||
* | It compiles! Beep! Beep! | XANTRONIX Development | 2022-01-18 | 1 | -0/+46 |
| | |||||
* | Good drone!!! | XANTRONIX Development | 2022-01-15 | 1 | -4/+4 |
| | |||||
* | still not quite there, but close | XANTRONIX Development | 2022-01-15 | 1 | -1/+6 |
| | |||||
* | ~Getting there, sweetie.~ | XANTRONIX Development | 2022-01-15 | 2 | -1/+77 |
| | |||||
* | it...compiles | XANTRONIX Development | 2022-01-14 | 1 | -9/+10 |
| | |||||
* | Initial commit of src/riff.c | XANTRONIX Development | 2022-01-02 | 1 | -0/+47 |