summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* Again, with the whole "this stuff compiles" thingXANTRONIX Development2022-02-011-11/+218
* hmm...getting more refined hereXANTRONIX Development2022-02-011-41/+38
* Ensure close_file() callback always free()s dataXANTRONIX Development2022-02-011-10/+4
* Implement xas_riff_open_fd()XANTRONIX Development2022-02-011-0/+72
* Rename src/riff.c methods for sake of consistencyXANTRONIX Development2022-02-011-19/+17
* Fix incompatible function declarationXANTRONIX Development2022-02-011-4/+4
* Implement xas_riff_file_open()XANTRONIX Development2022-02-011-0/+175
* 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-011-5/+6
* Rename xas_riff_file_open() to _new()XANTRONIX Development2022-02-011-17/+17
* Initial commit of src/vox.cXANTRONIX Development2022-02-012-2/+74
* Everything accounted for!XANTRONIX Development2022-02-011-26/+19
* 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
* At least I took care of the memory errorsXANTRONIX Development2022-01-311-13/+50
* This is getting annoyingly close to working...XANTRONIX Development2022-01-313-31/+73
* deep sleepXANTRONIX Development2022-01-311-3/+3
* Heh. This works.XANTRONIX Development2022-01-312-13/+1
* I really don't like the fact that this compilesXANTRONIX Development2022-01-312-2/+48
* It compiles! Beep! Beep!XANTRONIX Development2022-01-182-2/+208