-
Is there an option to repeat sound play and cancel a playing sound? |
Beta Was this translation helpful? Give feedback.
Answered by
timsneath
Feb 7, 2022
Replies: 2 comments
-
The Win32 documentation describes how to loop a sound (so it repeats) and to stop a playing sound here: The two code samples should essentially work unchanged in Dart compared to the C++ examples. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
timsneath
-
It's worked. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Win32 documentation describes how to loop a sound (so it repeats) and to stop a playing sound here:
https://docs.microsoft.com/en-us/windows/win32/multimedia/using-playsound-to-loop-sounds
The two code samples should essentially work unchanged in Dart compared to the C++ examples.