How to set the release_mode in audio? #2147
-
Hey, Can anyone provide an example of how to set the release_mode in audio? I've tried:
and audio1.release_mode.STOP() Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
ndonkoHenri
Nov 28, 2023
Replies: 1 comment 4 replies
-
The first. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ah! You have to do
ft.audio.ReleaseMode
instead. 😄