JDK-4293657 : Clips cannot be restarted once they have been stopped
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.sound
  • Affected Version: 1.3.0
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 1999-11-23
  • Updated: 2001-09-24
  • Resolved: 1999-12-11
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
1.3.0 kestrelFixed
Related Reports
Relates :  
Description
If you create a Clip, call clip.start() to start the clip, then call clip.stop() to stop the clip, then call clip.start() to start the clip again, no audio is heard.  Once a Clip is created, you should be able to start(), stop(), and loop() it indefinitely.

This is a major regression, a non-conformance to the spec, and a change in behavior from previous versions of Java Sound.  

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: kestrel FIXED IN: kestrel INTEGRATED IN: kestrel
14-06-2004

EVALUATION This bug was created by a change in state management for clips. I have a fix ready to go back. kara.kytle@Eng 1999-11-22 The fix is in our nightly builds for sound and ready for verification by the test team before integration into the kestrel workspace. kara.kytle@Eng 1999-12-01
22-11-1999