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: 6477263
Votes 3
Synopsis JavaSound doesn't support multi-channels on Windows
Category java:classes_sound
Reported Against
Release Fixed
State 5-Cause Known, bug
Priority: 4-Low
Related Bugs
Submit Date 02-OCT-2006
Description
JavaSound doesn't support multi-channel capture and playback on multi-channel soundcards
AudioSystem.isLineSupported(...) returns false for any formats with channels > 2,
AudioSystem.getLine(...) throws IllegalArgumantException for any formats with channels > 2
Posted Date : 2006-10-02 14:35:18.0
Work Around
N/A
Evaluation
JavaSound should use multi-channel capabilities when possible.
latest DirectSound allow to use it.
look at http://www.microsoft.com/whdc/device/audio/multichaud.mspx for details
Posted Date : 2006-10-04 12:59:30.0
Comments
  
  Include a link with my name & email   

Submitted On 01-APR-2008
Was this bug supposed to be fixed with release 1.5, as reported in bug 4233634?
Any way, beyond stereo recording is still not possible with java.sound. 



PLEASE NOTE: JDK6 is formerly known as Project Mustang