[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ADTPro Audio - fails
On Sep 2, 12:21 pm, schmidtd <schmi...@my-deja.com> wrote:
> 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?)
Does this mean that something is grabbing resources and not leaving
ADTPro with what it wants?
If so, why does recorder seem to see input, yet when it's stopped and
closed ADTPro still post the same sort of error message? I'd think
that if sound recorder could grab resources then ADTPro could also,
unless Sound Recorder is using a different resource for input from the
mic port - but then your last few sentences don't make sense to me.
I don't know how it works. Are there different priorities for
"resource consumers" maybe something is below recorder but above
ADTPro.