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.
82 stars 14 forks source link

Clear all sounds from source when switching from SCAPE to NONE #158

Closed mitchmindtree closed 6 years ago

mitchmindtree commented 6 years ago

Previously active sounds were not cleared from the audio output thread when a source would switch from SCAPE to a different role. This fixes the bug by clearing all sounds that were spawned by the source.

Closes #152.