Play audio with SourceDataLine. #3
Unanswered
Bowen951209
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
-
Hello, I found this post and encountered the same issue with Java not supporting real-time volume control. From what I understand, this project is an improved version of
javax.sound.sampled.Clip
. However, I'm developing a program to play audio files that are generally 3 to 5 minutes long, which may not be suitable for using theClip
class. In my project, I useSourceDataLine
. Is there a similar technique I can apply?Beta Was this translation helpful? Give feedback.
All reactions