| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Refactor to allow sequencing events on drones | XANTRONIX Development | 2022-03-17 | 1 | -22/+12 |
| | | | | | | | | | | | | | | | | | | | | | Changes: * Consolidate xas_drone_vox into xas_drone * Refactor xas_drone to no longer be centered around spatial objects for its vocalisations * Add a two-tone beep system to drones to allow beeping according to mood * Consolidate head-oriented sound effects into a single spatial object within drones * Implement ability to add a mixer to a spatial scene * Allow setting spatial coordinates for objects generically; remove code from src/spatial.c for doing this specifically | ||||
| * | Generalise drone speech methods to generic samples | XANTRONIX Development | 2022-03-13 | 2 | -20/+16 |
| | | |||||
| * | Implement examples/pod.c | XANTRONIX Development | 2022-03-13 | 2 | -1/+313 |
| | | | | | | Implement examples/pod.c to create audio files for any given drone, providing a drone identifier as first argument | ||||
| * | Use vox pointer directly in examples/spatial.c | XANTRONIX Development | 2022-03-13 | 1 | -1/+1 |
| | | |||||
| * | Refactor drone speech modules | XANTRONIX Development | 2022-03-13 | 1 | -6/+12 |
| | | | | | | | | | | | | Changes: * Implement xas_drone_vox type to wrap a xas_vox and audio stream object in one, and save rendered speech to a drone's audio bank * Implement xas_drone_speech_import() as a convenience wrapper to xas_drone_vox methods | ||||
| * | Require explicitly starting drone chamber bass | XANTRONIX Development | 2022-03-11 | 1 | -0/+1 |
| | | |||||
| * | Good stuff :3 | XANTRONIX Development | 2022-03-11 | 1 | -4/+10 |
| | | |||||
| * | *chef kiss* | XANTRONIX Development | 2022-03-11 | 1 | -16/+32 |
| | | |||||
| * | I'm not CURRENTLY operating a bimbo hive... | XANTRONIX Development | 2022-03-10 | 1 | -184/+177 |
| | | |||||
| * | This is good. | XANTRONIX Development | 2022-03-08 | 1 | -6/+21 |
| | | |||||
| * | Wow...I guess we're just about there. | XANTRONIX Development | 2022-03-08 | 1 | -35/+23 |
| | | |||||
| * | Heheheh... | XANTRONIX Development | 2022-03-07 | 1 | -5/+30 |
| | | |||||
| * | this is sinister and i love it | XANTRONIX Development | 2022-03-07 | 1 | -33/+115 |
| | | |||||
| * | Add record_speech_sample() in examples/seq.c | XANTRONIX Development | 2022-03-07 | 1 | -1/+44 |
| | | |||||
| * | Don't need to be so specific here | XANTRONIX Development | 2022-03-07 | 1 | -1/+1 |
| | | |||||
| * | Ensure voice is set in examples/say.c | XANTRONIX Development | 2022-03-07 | 1 | -0/+2 |
| | | |||||
| * | Ensure voice is set in examples/spatial.c | XANTRONIX Development | 2022-03-07 | 1 | -0/+2 |
| | | |||||
| * | yeah, i guess | XANTRONIX Development | 2022-03-05 | 1 | -0/+3 |
| | | |||||
| * | Set default text2wave voice to avoid crash | XANTRONIX Development | 2022-03-05 | 1 | -0/+1 |
| | | |||||
| * | good cats renaming stuff,,, | XANTRONIX Development | 2022-03-01 | 2 | -11/+26 |
| | | |||||
| * | Begin work on examples/script.c scene script demo | XANTRONIX Development | 2022-03-01 | 2 | -1/+126 |
| | | |||||
| * | s/new_stream/stream_new/ for consistency | XANTRONIX Development | 2022-02-28 | 3 | -18/+18 |
| | | |||||
| * | Remove dead, forgotten code | XANTRONIX Development | 2022-02-28 | 1 | -10/+0 |
| | | |||||
| * | Set frequency on correct sine generator | XANTRONIX Development | 2022-02-28 | 1 | -1/+1 |
| | | |||||
| * | xas woggy pluggy memory leak uwu!!! | XANTRONIX Development | 2022-02-28 | 1 | -0/+1 |
| | | |||||
| * | Allow setting bank player gain separately | XANTRONIX Development | 2022-02-28 | 1 | -1/+1 |
| | | |||||
| * | Implement xas_object | XANTRONIX Development | 2022-02-27 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | Changes: * Implement xas_object as a base "class" for all playback state objects; allow implementation of start() and stop() methods to control playback * Move code for setting gain, bank slot to a new method, xas_bank_player_select() * Remove code from xas_bank_player_start() setting gain, bank slot * Add xas_object header to each monaural playable object | ||||
| * | more audible on shitty laptop speakers | XANTRONIX Development | 2022-02-27 | 1 | -1/+1 |
| | | |||||
| * | Refactor src/synth.c | XANTRONIX Development | 2022-02-27 | 3 | -123/+82 |
| | | | | | | | | | | Changes: * Implement xas_synth type to consolidate synthesiser implementation and different tone generator types * Refactor examples/ code to remove duplicate synthesiser code | ||||
| * | Save context data when adding scene objects | XANTRONIX Development | 2022-02-27 | 1 | -2/+4 |
| | | |||||
| * | Plug resource leaks in examples/spatial.c | XANTRONIX Development | 2022-02-27 | 1 | -0/+4 |
| | | |||||
| * | Change xas_vox_new() argument order | XANTRONIX Development | 2022-02-26 | 2 | -6/+6 |
| | | |||||
| * | Make examples/ rebuild on libxas.a changes | XANTRONIX Development | 2022-02-26 | 1 | -2/+2 |
| | | |||||
| * | Use a xas_vox_sayf() call per sentence | XANTRONIX Development | 2022-02-26 | 1 | -1/+3 |
| | | |||||
| * | Implement xas_bank_player type | XANTRONIX Development | 2022-02-23 | 1 | -9/+18 |
| | | | | | | | | | | | 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 | ||||
| * | Add voice synth to examples/spatial.c | XANTRONIX Development | 2022-02-23 | 1 | -2/+32 |
| | | |||||
| * | Make examples/ rebuild on src/libxas.a change | XANTRONIX Development | 2022-02-23 | 1 | -2/+3 |
| | | |||||
| * | reasonable | XANTRONIX Development | 2022-02-22 | 1 | -2/+2 |
| | | |||||
| * | Reposition synth 5.2 metres to the right | XANTRONIX Development | 2022-02-20 | 1 | -1/+1 |
| | | |||||
| * | I'm kind of sad and scared right now | XANTRONIX Development | 2022-02-15 | 1 | -3/+3 |
| | | |||||
| * | It's surprising this stuff compiles, but fuck it | XANTRONIX Development | 2022-02-15 | 2 | -1/+167 |
| | | |||||
| * | Implement xas_audio_format type | XANTRONIX Development | 2022-02-09 | 3 | -50/+42 |
| | | | | | | | | | | | | 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 it | XANTRONIX Development | 2022-02-06 | 1 | -7/+41 |
| | | |||||
| * | Shorten he name of XAS_AUDIO_ constants | XANTRONIX Development | 2022-02-03 | 2 | -13/+13 |
| | | |||||
| * | Channel count first seems...nicer, somehow. | XANTRONIX Development | 2022-02-02 | 2 | -6/+6 |
| | | |||||
| * | Add synths to examples/say.c | XANTRONIX Development | 2022-02-02 | 1 | -16/+95 |
| | | |||||
| * | Use saner buffer size | XANTRONIX Development | 2022-02-01 | 1 | -4/+5 |
| | | |||||
| * | Fix broken reference to method name | XANTRONIX Development | 2022-02-01 | 1 | -3/+3 |
| | | |||||
| * | Add examples/say.c | XANTRONIX Development | 2022-02-01 | 2 | -1/+121 |
| | | |||||
| * | Add examples/open.c | XANTRONIX Development | 2022-02-01 | 2 | -1/+51 |
| | | |||||
