JDK-2128593 : REGRESSION: BUG:5070730 is NOT fixed - short sounds do not play.
  • Type: Backport
  • Backport of: JDK-6251460
  • Component: client-libs
  • Sub-Component: javax.sound
  • Priority: P1
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2005-08-09
  • Updated: 2011-01-19
  • Resolved: 2005-08-15
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other JDK 6
5.0u5 b04Fixed 6Fixed
Comments
EVALUATION The problem is that now JavaSoundAudioClip.lastPlayCall keeps time of last startImpl(...) method call (but not real sound playing start). lastPlayCall should keep time of last sound playing start. Another issue related with short sounds is in DirectSound drain() implementation (native code)
09-08-2005