node-red / node-red-dashboard

A dashboard UI for Node-RED
Other
1.32k stars 453 forks source link

ui_audio reset resets only the latest audio. #836

Open anttiryt opened 5 months ago

anttiryt commented 5 months ago

What are the steps to reproduce?

Use two audio files for ui_audio

What happens?

Latest, in this example short audio, is stopped if playing. Previous is left playing.

What do you expect to happen?

To both stop playing.

Please tell us about your environment:

anttiryt commented 5 months ago

What are the steps to reproduce?

Inject twice to send an audio to ui_audio and then inject reset. Only latter stops playing.

How to circumvent?

Use different audio channel like raspbian own audio out

How not to circumvent?

Using multiple ui_audio nodes does not current help as they are synced.