|
Description
|
Audio capture does not work on Sun-Blade-100 and SunRay...The audio format returned by capture device detection (via CaptureDeviceInfo) is later flagged as unsupported when we try to perform data capture.
The following is the output we get from CaptureDeviceInfo:
---------------------------------------------------------
Audio: LINEAR, 44100.0 Hz, 16-bit, Stereo, BigEndian, Signed
Audio: LINEAR, 44100.0 Hz, 16-bit, Mono, BigEndian, Signed
Audio: LINEAR, 22050.0 Hz, 16-bit, Stereo, BigEndian, Signed
Audio: LINEAR, 22050.0 Hz, 16-bit, Mono, BigEndian, Signed
Audio: LINEAR, 11025.0 Hz, 16-bit, Stereo, BigEndian, Signed
Audio: LINEAR, 11025.0 Hz, 16-bit, Mono, BigEndian, Signed
Audio: LINEAR, 8000.0 Hz, 16-bit, Stereo, BigEndian, Signed
Audio: LINEAR, 8000.0 Hz, 16-bit, Mono, BigEndian, Signed
But when we try to perform capturing using one of the combinations listed above, we get:
Audio not supported: interface TargetDataLine supporting format PCM_SIGNED, 44100.0 Hz, 16 bit, stereo, big-endian, audio data, and buffers of 22050 to 22050 bytes
NOTE: PCM_SIGNED format does not appear anywhere in the output of device detection returned by JMF. The error message shown above appears only on Grover (Sun-Blade-100) and SunRays.
|