Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 4949188
Votes 0
Synopsis Solaris: cannot mix Synth with Audio playback
Category java:classes_sound
Reported Against tiger
Release Fixed 1.5(tiger-b28)
State 10-Fix Delivered, bug
Priority: 2-High
Related Bugs
Submit Date 05-NOV-2003
Description


The new direct audio device opens the audio device with MULTIPLE_OPEN access, so that it can be opened several times by the same process. However, the Java Sound Engine, which provides the synthesizer, does not open the audio device in MULTIPLE_OPEN mode. Thus, if the synthesizer is opened first, it is impossible to open direct audio device, e.g. for wave file playback.

This causes a regression with the Java Sound Demo - only MIDI files can be played back. The Demo opens the synthesizer at start-up.


======================================================================
Work Around
N/A
Evaluation
Important to be fixed asap.
  xxxxx@xxxxx   2003-11-05
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang