Short bursts of audio? how to pause audio stream? #413
-
What is the recommended way to send short bursts of audio and nothing in between? |
Beta Was this translation helpful? Give feedback.
Answered by
pschatzmann
Apr 23, 2023
Replies: 1 comment
-
Starting and stopping will take quite some time. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pschatzmann
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Starting and stopping will take quite some time.
You could try the AVRC pause() and play() commends.
But the by far easiest solution is just to send an array of 0 values when you don't want to hear any data.