|
Quick Lists
|
|
Bug ID:
|
4478861
|
|
Votes
|
0
|
|
Synopsis
|
AUDIODEV environment variable not used for audio control (audioctl)
|
|
Category
|
java:classes_sound
|
|
Reported Against
|
merlin
, 1.2.1_03
|
|
Release Fixed
|
1.3.1_05
|
|
State
|
10-Fix Delivered,
bug
|
|
Priority:
|
3-Medium
|
|
Related Bugs
|
4309562
|
|
Submit Date
|
11-JUL-2001
|
|
Description
|
AUDIODEV environment variable not used for audio control (audioctl)
On Solaris, JavaSound queries $AUDIODEV to find the name of the audio device to open; instead of hardcoding to use "/dev/audio". This is good. However, it fails to use a
similar scheme for the corresponding control device. "/dev/audioctl" is hardcoded there. This will cause problems for SunRay which uses a pseudo device of something like "utaudio/20". The fix is to simply
append "ctl" to $AUDIODEV to get the control device, i.e.
"utaudio/20ctl". This might also affect creative labs' soundcard
======================================================================
|
|
Work Around
|
N/A
|
|
Evaluation
|
AUDIODEV handling is not complete in Java Sound.
|
|
Comments
|
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|
|
|
 |