I have seen problems using Java Sound recording with USB microphones. The
microphones work fine with other applications on OS X. The problem came in
when trying to record and play, which is normal side effect when you want to
record. I ended up having to do a really weird initialization process where
I start recording, then play a different audio while the recording is still
going, and then stop recording. Further, I had to leak (memory) some of the
audio classes during this sequence to get it to work. After this, recording
and playback work just fine for the rest of the app.
Sounds like your problem is different, but I thought I would throw that out
there.
-Mark
> Hi All,
>
> Apologies if it is a FAQ.
>
> I have been trying to capture a video from a Logitech webcam
> attached at
> my USB port. This capture is provide by a java media framework
> application
> now running in my windows machine. I have all my job
> done in a pure
> java
> code.
>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden
This email sent to email@hidden
References:
>JMF and OS X (From: William Maluf Loureiro <email@hidden>)