summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* I wish I could do this to get out of my lifeXANTRONIX Development2022-02-092-18/+116
|
* Initial implementation of include/xas/spatial.hXANTRONIX Development2022-02-091-0/+66
|
* Implement xas_audio_format typeXANTRONIX Development2022-02-0915-293/+279
| | | | | | | | | | | 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
* Aw fuck itXANTRONIX Development2022-02-061-7/+41
|
* 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
|
* Better argument name thereXANTRONIX Development2022-02-031-1/+1
|
* Implement xas_bank_active()XANTRONIX Development2022-02-032-0/+6
| | | | | 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-032-6/+6
|
* that can fit on a single lineXANTRONIX Development2022-02-031-2/+1
|
* Shorten he name of XAS_AUDIO_ constantsXANTRONIX Development2022-02-037-22/+22
|
* Initial implementation of src/bank.cXANTRONIX Development2022-02-023-2/+157
| | | | Initial implementation of src/bank.c to act as a sample bank
* Add .gitignoreXANTRONIX Development2022-02-021-0/+8
|
* Channel count first seems...nicer, somehow.XANTRONIX Development2022-02-0210-53/+53
|
* Ensure number of samples written is returnedXANTRONIX Development2022-02-021-1/+1
|
* Implement xas_vox_active()XANTRONIX Development2022-02-022-0/+6
| | | | | Implement xas_vox_active() to return true if the voice module is currently active
* Add synths to examples/say.cXANTRONIX Development2022-02-021-16/+95
|
* nailed itXANTRONIX Development2022-02-021-29/+49
|
* Remove unnecessary newlineXANTRONIX Development2022-02-011-1/+1
|
* Implement xas_vox_generate()XANTRONIX Development2022-02-012-15/+13
| | | | Implement xas_vox_generate() to finalise phrases sent to Festival
* Use saner buffer sizeXANTRONIX Development2022-02-011-4/+5
|
* Fix broken reference to method nameXANTRONIX Development2022-02-011-3/+3
|
* Add examples/say.cXANTRONIX Development2022-02-012-1/+121
|
* Fix typo in format specifierXANTRONIX Development2022-02-011-1/+1
|
* really persistent about workable resultsXANTRONIX Development2022-02-012-23/+28
|
* Make negative numbers pan to leftXANTRONIX Development2022-02-011-2/+2
|
* Again, with the whole "this stuff compiles" thingXANTRONIX Development2022-02-012-11/+223
|
* hmm...getting more refined hereXANTRONIX Development2022-02-012-51/+62
|
* Add examples/open.cXANTRONIX Development2022-02-012-1/+51
|
* Ensure close_file() callback always free()s dataXANTRONIX Development2022-02-011-10/+4
|
* Implement xas_riff_open_fd()XANTRONIX Development2022-02-012-0/+74
| | | | | 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 consistencyXANTRONIX Development2022-02-013-25/+22
|
* Fix incompatible function declarationXANTRONIX Development2022-02-011-4/+4
|
* Implement xas_riff_file_open()XANTRONIX Development2022-02-012-0/+178
| | | | | | 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 headerXANTRONIX Development2022-02-011-1/+0
|
* Make xas_riff_file_new() always write headerXANTRONIX Development2022-02-011-7/+4
|
* Reduce reliance on duplicate hardcoded constantsXANTRONIX Development2022-02-012-5/+11
|
* Rename xas_riff_file_open() to _new()XANTRONIX Development2022-02-013-29/+29
|
* Initial commit of src/vox.cXANTRONIX Development2022-02-013-2/+105
|
* Everything accounted for!XANTRONIX Development2022-02-011-26/+19
|
* eh this doesn't matterXANTRONIX Development2022-02-011-2/+2
|
* Fix panningXANTRONIX Development2022-02-011-1/+3
|
* Ensure gain is factored into mixer input sourcesXANTRONIX Development2022-01-311-6/+12
|
* this is a superiour resultXANTRONIX Development2022-01-311-5/+5
|
* this is sensibleXANTRONIX Development2022-01-311-1/+6
|
* don't need thatXANTRONIX Development2022-01-311-4/+0
|
* At least I took care of the memory errorsXANTRONIX Development2022-01-311-13/+50
|