Using Java is it possible to capture the speaker output? This output is not being generated by my program but rather by other running applications. Can this be done with Jav
Java is not the best tool when dealing with the OS. If you need/want to use it for this task, probably you will end using Java Native Interface (JNI), linking to libraries compiled in other languages (probably c/c++).