Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix incorrect usage statement in examples/pod.c | XANTRONIX Development | 2022-03-19 | 1 | -1/+1 |
| | |||||
* | 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 | 1 | -10/+8 |
| | |||||
* | Implement examples/pod.c | XANTRONIX Development | 2022-03-13 | 1 | -0/+312 |
Implement examples/pod.c to create audio files for any given drone, providing a drone identifier as first argument |