EVALUATION
Problem in old implementation, should still get fixed for Tiger.
###@###.### 2003-12-15
Fixed by never returning a SimpleInputDevice when there is no read access to the audio device. This is not really correct, since the device is there, it is just not accessible. But since this device would not provide any formats, it would be unusable anyway. So not returning any device then is better.
###@###.### 2004-03-04
To reproduce the bug, do the following:
1) stop alsa
2) uninstall ALSA libraries
3) run the test program and verify that the OSS implementation is used (Java Sound Audio Engine, and SimpleInputDevice)
4) as root, make the audio device inaccessible:
chmod a-rw /dev/ds* /dev/mixe* /dev/sequence* /dev/mid*
5) Now the test program should fail
|