summaryrefslogtreecommitdiffstats
path: root/examples/pod.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix incorrect usage statement in examples/pod.cXANTRONIX Development2022-03-191-1/+1
|
* Refactor to allow sequencing events on dronesXANTRONIX Development2022-03-171-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 samplesXANTRONIX Development2022-03-131-10/+8
|
* Implement examples/pod.cXANTRONIX Development2022-03-131-0/+312
Implement examples/pod.c to create audio files for any given drone, providing a drone identifier as first argument