I'd like to modify the audio input stream, the stream that would come from my microphone. I have looked through the java.sound package API, but did not entirely understand it, nor how to modify direct sound input.

Does anyone here know how to do that, or know an API that is capable of doing it?

link|improve this question

60% accept rate
"modify the audio input stream" Can you possibly vague that up more for me? Modify how (specifically)? Modifying the volume is a lot simpler than either of a) Doing a low-pass filter b) Extracting the sections of bird song. – Andrew Thompson Jan 10 at 16:41
feedback

1 Answer

You want a mixture of things:

If you are able to give more information about what you want to do to the audio stream, it's likely we'll be able to give you more specific advice.

link|improve this answer
+1. See also the JavaSound info. page for some good links. – Andrew Thompson Jan 10 at 16:42
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.