Pause/Resume playback #2006
Unanswered
cdickinson
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello! I'm trying to write an audio player; I'm leveraging the code from https://github.com/bytedeco/javacv/blob/master/samples/JavaFxPlayVideoAndAudio.java to run an mp3 file through the FfmpegFrameGrabber and play it into the SourceDataLine. Is there any ability to execute a pause/resume command? Or is there another alternative way to playback an audio file that would give pause control?
All reactions