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

Color speakers by whether or not they are assigned to a valid channel. Label speakers with their assigned channel number. #103

Closed mitchmindtree closed 6 years ago

mitchmindtree commented 6 years ago

The audio server allows you to setup more speakers than you have available audio output channels. For example in the current build, the server starts with 8 speakers, even though in most cases during testing only two speakers will be available. It would be nice to be able to see which speakers are actually being used in the case that there are more speakers than the available channels, perhaps by colouring unused speakers gray instead of red.

It would also be nice if speakers were labelled by their assigned channel number. This would probably make exhibition installation a lot easier having the speaker channels clearly labelled.

mitchmindtree commented 6 years ago

Closed by #108.