chainlit icon indicating copy to clipboard operation
chainlit copied to clipboard

Play multiple `Audio` elements in sequence

Open Simon-Stone opened this issue 1 year ago • 1 comments
trafficstars

Is your feature request related to a problem? Please describe. I am working with a voice chat model that responds to a single user message with multiple audio messages. I want to use auto_play so the interaction is more natural and does not require the user to click play. However, if a message comes in, it will play even if a previous message is still playing.

Describe the solution you'd like I would like a way to specify that an Audio element should play automatically but wait for other elements to finish playing first.

Simon-Stone avatar May 31 '24 02:05 Simon-Stone