-
Bug
-
Resolution: Fixed
-
P3
-
1.3.0
-
None
-
kestrel
-
generic
-
other
Calling AudioSystem.getAudioInputStream(AudioFormat.Encoding.{ULAW,ALAW}, stream) for a stream with 16-bit, PCM samples throws an IllegalArgumentException stating that the conversion is unsupported. This conversion should be supported.
A call to AudioSystem.isConversionSupported(AudioFormat.Encoding.{ULAW,ALAW}, stream) returns true, as expected.
A call to AudioSystem.isConversionSupported(AudioFormat.Encoding.{ULAW,ALAW}, stream) returns true, as expected.