museumsvictoria / spatial_audio_server

An audio backend for the multi-layered soundscape of Beyond Perception: Seeing the Unseen, a permanent exhibition at Scienceworks in Melbourne, Australia.
81 stars 14 forks source link

Add `Continuous` and `Retrigger` playback mode options for WAV `Source`s #56

Closed mitchmindtree closed 6 years ago

mitchmindtree commented 6 years ago

Continuous uses a virtual timeline that starts playback at initialisation of the audio server. When an active Sound is created around this WAV source, it will continue playback from wherever this virtual timeline is up to.

Retrigger mode uses the current behaviour of restarting playback of the file from the beginning.