The current implementation of AudioClip was a stop-gap solution. It uses NativeMediaPlayer to play sounds which introduces an inordinate amount of latency when trying to play. To address this we need an implementation that sits closer to the audio hardware.
- blocks
-
JDK-8087423 Repeating an AudioClip introduces gaps in playback which are not in the file
- Open
- duplicates
-
JDK-8088116 No seamless looping of audio files possible on Mac OSX
- Closed
-
JDK-8087996 Timing problems when playing multiple AudioClips consecutively
- Closed
-
JDK-8088116 No seamless looping of audio files possible on Mac OSX
- Closed
- relates to
-
JDK-8091019 JFXMedia: Extend AudioClip interface to include full functionality
- Open