Option to await until a TrackHandle
is finished playing
#148
Labels
events
Relates to driver event handling/generation.
feature-request
Request for addition of a new feature or improvement.
tracks
Relates to audio control, state, or lifecycle management.
I suggest adding some way for
TrackHandle
returned byDriver.play_source()
to be awaited, for the future to be finished when the played input is finished.I have this implemented the following way:
Maybe this is something that would be of use for the API?
The text was updated successfully, but these errors were encountered: