JDK-4937018 : New problems with DirectAudioDevice
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.sound
  • Affected Version: 5.0
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2003-10-14
  • Updated: 2003-10-24
  • Resolved: 2003-10-24
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
5.0 b26Fixed
Description
Name: fb126949			Date: 10/13/2003


This is a follow-up of 
4936397: Problems with DirectAudioDevice

The fix of the bug did not fix the problem on Solaris, that fails to enable multiple opens (getMaxLines == 1).

On solaris-i586, the Clip's drain method hangs under certain conditions.

======================================================================

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

SUGGESTED FIX in DirectAudioDevice.java: in drain(), check if doIO is true. Return if it doesn't.
11-06-2004

PUBLIC COMMENTS New problems with DirectAudioDevice
10-06-2004

EVALUATION ###@###.### 2003-10-13 DirectAudioDevice must work very reliably, since they are the new default for tiger (if mixing is enabled). So these 2 problems must be fixed for tiger.
13-10-2003