Results 1 to 3 of 3
- 08-17-2012, 01:56 AM #1
Member
- Join Date
- Aug 2012
- Posts
- 1
- Rep Power
- 0
- 08-17-2012, 07:36 AM #2
Re: How Capturing Sound Mic & Speaker with Java
Moved from Forum Guides. What made you think this question belonged there?
dbWhy do they call it rush hour when nothing moves? - Robin Williams
- 08-21-2012, 04:03 AM #3
Re: How Capturing Sound Mic & Speaker with Java
You cannot save to an mp3 directly, unless you use some external library. There are some nice pure java libs, jlayer used to be a good one back in the day, but it hasn't been updated in a few years, might not matter. There are others too.
As for your other question about sounds source, can't say without seeing your code. I know on a Mac you can set the global sound input, and I think java respects that setting. It's possible the JVM can poll the OS and give you a list of sound inputs to choose from, but I couldn't say, I haven't played with in a a couple years.
Similar Threads
-
Java Sound
By cyberia in forum Advanced JavaReplies: 2Last Post: 08-19-2011, 12:58 PM -
sound API - Record data from speaker
By michbudz in forum New To JavaReplies: 5Last Post: 06-30-2011, 11:00 PM -
Sound In java
By chetoos in forum New To JavaReplies: 2Last Post: 06-28-2011, 05:59 PM -
Problems with sound in java and USB sound card
By marblecatdog in forum New To JavaReplies: 1Last Post: 04-19-2011, 12:02 PM -
Java Swing class capturing output to the console
By Java Tip in forum Java TipReplies: 0Last Post: 03-12-2008, 11:24 AM


1Likes
LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks