[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ADTPro Audio - fails
On Sep 2, 2:28 pm, zzj...@gmail.com wrote:
> javax.sound.sampled.LineUnavailableException: line with format
> PCM_SIGNED 44100.
> 0 Hz, 8 bit, mono, 1 bytes/frame, not supported.
> at com.sun.media.sound.DirectAudioDevice
> -------------
> I don't know but it looks like the input port is not getting open in
> java, or something ????
Yes, there isn't an input "line" that supports the specs needed:
44.1kMHz, 8bits, mono, as part of the default audio mixer. (That
might be because you're running the sound recorder at the same time,
and it's already being used?)