2

How to read the audio through microphone using Java? Can anyone explain?

  1. please tell the Classes we need use.

  2. or else give the link for online reference

Thanks in advance.

Cristik
  • 30,989
  • 25
  • 91
  • 127

2 Answers2

1

When you look for things that the java API can do always look first in the offical Oracle tutorials. There are a lot of them and they are, most of the time, a good starting point.

For you problem look at this one :

http://docs.oracle.com/javase/tutorial/sound/capturing.html

Marc
  • 2,631
  • 1
  • 12
  • 13
1

Oracle Java tutorials has a section on it: http://docs.oracle.com/javase/tutorial/sound/capturing.html

If you want a quick solution, have a look at this and this.

Community
  • 1
  • 1
Rafi Kamal
  • 4,522
  • 8
  • 36
  • 50