chainlit
chainlit copied to clipboard
Play multiple `Audio` elements in sequence
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.