Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Calculate vox buffer size when creating stream | XANTRONIX Development | 2022-03-19 | 1 | -4/+2 |
| | |||||
* | Use larger default vox buffer size of 20480 | XANTRONIX Development | 2022-03-19 | 2 | -4/+2 |
| | | | | | Use larger default vox buffer size of 20480 to improve performance and reduce number of read()/write() system calls | ||||
* | Implement xas_drone_seq_beep() | XANTRONIX Development | 2022-03-17 | 1 | -0/+5 |
| | | | | | Implement xas_drone_seq_beep() to schedule a one-second beep from a single drone | ||||
* | Fix xas_drone_mood_set(), call from object_set() | XANTRONIX Development | 2022-03-17 | 1 | -1/+1 |
| | |||||
* | Refactor sequencer to use generic objects | XANTRONIX Development | 2022-03-17 | 2 | -29/+54 |
| | | | | | | | | | Changes: * Make most xas_object methods accept an 'index' argument * Make most event sequence functions in src/seq.c use xas_object generically | ||||
* | Refactor to allow sequencing events on drones | XANTRONIX Development | 2022-03-17 | 3 | -46/+74 |
| | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | Remove unused method from src/drone.c | XANTRONIX Development | 2022-03-17 | 1 | -2/+0 |
| | |||||
* | Implement xas_audio_format_mono() | XANTRONIX Development | 2022-03-17 | 1 | -0/+2 |
| | | | | | Implement xas_audio_format_mono() to return a new audio format descriptor for a given input, but in mono, as a convenience | ||||
* | Implement xas_object_call_table | XANTRONIX Development | 2022-03-17 | 1 | -10/+38 |
| | | | | | | | | | | | | Changes: * Implement xas_object_call_table as a static structure to allow creating a static dispatch table on a per-compilation-unit basis * Refactor xas_object to provide a single pointer to a xas_object_call_table * Refactor all object implementations to use xas_object_call_table | ||||
* | Add index argument to bank entry change events | XANTRONIX Development | 2022-03-16 | 2 | -8/+12 |
| | |||||
* | Relocate method in src/scene.c | XANTRONIX Development | 2022-03-16 | 1 | -3/+2 |
| | |||||
* | Add index argument to xas_object_start(), stop() | XANTRONIX Development | 2022-03-16 | 2 | -6/+8 |
| | | | | | | | | | | | Changes: * Refactor all start, stop dispatch methods to accept an index argument, whether it is used or not * Use 'index' slot of xas_seq_event to store index to pass to xas_object_start(), xas_object_stop() for start and stop events | ||||
* | Remove xas_spatial_object_stop(), start() | XANTRONIX Development | 2022-03-16 | 1 | -3/+0 |
| | |||||
* | Rename xas_object_set_bank() to set_entry() | XANTRONIX Development | 2022-03-16 | 1 | -3/+3 |
| | |||||
* | Add xas_object callback to set object flags | XANTRONIX Development | 2022-03-16 | 1 | -0/+5 |
| | |||||
* | fix typo | XANTRONIX Development | 2022-03-16 | 1 | -1/+1 |
| | |||||
* | Add optional callbacks to xas_object | XANTRONIX Development | 2022-03-16 | 1 | -0/+12 |
| | | | | | | | | | | | | | | Changes: * Implement xas_object_init() to initialise an object call table to all null values * Rework dispatch methods to fail gracefully if no pointer value is provided for a given callback entry Additional changes: * Add callbacks for changing bank and frequency | ||||
* | Remove useless objtype from xas_seq_event | XANTRONIX Development | 2022-03-15 | 1 | -8/+0 |
| | |||||
* | Add xas_object call table to mixer | XANTRONIX Development | 2022-03-15 | 1 | -0/+1 |
| | |||||
* | Impleemnt xas_mixer_object_add() | XANTRONIX Development | 2022-03-15 | 1 | -0/+10 |
| | | | | | | Impleemnt xas_mixer_object_add() as a convenience method to create an audio stream from an object given; ensure audio streams instantiated in this manner are destroyed upon mixer destruction | ||||
* | Implement polyphonic synth streams | XANTRONIX Development | 2022-03-15 | 1 | -0/+3 |
| | | | | | | Implement polyphonic synth streams by allowing one to create a new audio source passing multiple streams at once, wherein each synth is sampled and merged with the final stream output | ||||
* | Fit callback typedefs on one line because I can | XANTRONIX Development | 2022-03-15 | 1 | -6/+2 |
| | |||||
* | You know who deserves to have moods? Drones. | XANTRONIX Development | 2022-03-15 | 1 | -1/+16 |
| | |||||
* | Remove superfluous whitespace | XANTRONIX Development | 2022-03-14 | 1 | -1/+0 |
| | |||||
* | Implement xas_drone_sample_import() | XANTRONIX Development | 2022-03-14 | 1 | -0/+5 |
| | | | | | Implement xas_drone_sample_import() to import a RIFF WAVE file to a drone's sample bank | ||||
* | s/record_sample/sample_record/g | XANTRONIX Development | 2022-03-14 | 1 | -1/+1 |
| | |||||
* | Rename 'count' argument to 'entry_size' | XANTRONIX Development | 2022-03-14 | 1 | -1/+1 |
| | |||||
* | Additional nomenclature rectitude | XANTRONIX Development | 2022-03-14 | 1 | -1/+1 |
| | |||||
* | Implement xas_drone_record_sample() | XANTRONIX Development | 2022-03-14 | 1 | -0/+5 |
| | |||||
* | Remove unnecessary argument from callbacks | XANTRONIX Development | 2022-03-14 | 1 | -6/+3 |
| | |||||
* | Generalise drone speech methods to generic samples | XANTRONIX Development | 2022-03-13 | 1 | -8/+7 |
| | |||||
* | Remove unused xas_drone_chamber_speech | XANTRONIX Development | 2022-03-13 | 1 | -5/+0 |
| | |||||
* | Handle EVENT_SET_BANK_INDEX before EVENT_ON | XANTRONIX Development | 2022-03-13 | 1 | -2/+2 |
| | |||||
* | Instantiate vox stream only upon generation | XANTRONIX Development | 2022-03-13 | 1 | -9/+2 |
| | |||||
* | Refactor drone speech modules | XANTRONIX Development | 2022-03-13 | 1 | -11/+55 |
| | | | | | | | | | | | 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 | ||||
* | Allow setting chamber bass gain separately | XANTRONIX Development | 2022-03-12 | 1 | -0/+2 |
| | |||||
* | Add methods to set drone, chamber synth gain | XANTRONIX Development | 2022-03-12 | 1 | -0/+4 |
| | |||||
* | Add methods to manage chamber bass externally | XANTRONIX Development | 2022-03-11 | 1 | -0/+10 |
| | |||||
* | Implement methods for observer, speaker rotation | XANTRONIX Development | 2022-03-11 | 1 | -0/+9 |
| | |||||
* | c'mon... | XANTRONIX Development | 2022-03-11 | 1 | -1/+1 |
| | |||||
* | Implement sequence stop event | XANTRONIX Development | 2022-03-10 | 1 | -1/+5 |
| | |||||
* | so...bloody...close | XANTRONIX Development | 2022-03-10 | 1 | -22/+13 |
| | |||||
* | Remove unnecessary struct member | XANTRONIX Development | 2022-03-10 | 1 | -2/+0 |
| | |||||
* | Ensure chamber bass line is initialised | XANTRONIX Development | 2022-03-10 | 1 | -0/+3 |
| | |||||
* | we need a consistent bass line | XANTRONIX Development | 2022-03-10 | 1 | -1/+7 |
| | |||||
* | Initial commit of src/drone.c | XANTRONIX Development | 2022-03-10 | 1 | -0/+88 |
| | |||||
* | Kill xas_seq_event_list_item linked list wrapper | XANTRONIX Development | 2022-03-09 | 1 | -8/+3 |
| | |||||
* | Fix incorrect default duty cycle | XANTRONIX Development | 2022-03-08 | 1 | -1/+1 |
| | |||||
* | Implement setting square wave duty cycle | XANTRONIX Development | 2022-03-08 | 1 | -1/+5 |
| | |||||
* | xas_bank_entry_duration(): use struct timeval | XANTRONIX Development | 2022-03-07 | 1 | -1/+4 |
| |