-
Bug
-
Resolution: Won't Fix
-
P3
-
6
-
x86
-
linux
Wrong "IllegalArgumentException Requested value XX exceeds allowable maximum value 48000.0" throws in open method.
But due specification
* @throws IllegalArgumentException if the buffer size does not represent
* an integral number of sample frames,
* or if <code>format</code> is not fully specified or invalid
This exception is not occur when the buffer size does not represent an integral number of sample frames.
But due specification
* @throws IllegalArgumentException if the buffer size does not represent
* an integral number of sample frames,
* or if <code>format</code> is not fully specified or invalid
This exception is not occur when the buffer size does not represent an integral number of sample frames.