Open tyrcho opened 9 years ago
Might be possible ... just found this post : http://www.java2s.com/Code/Java/2D-Graphics-GUI/CaptureaudioorvideothroughdevicesconnectedtothePC.htm
probably need this kind of dependency :
<dependency> <groupId>javax.media</groupId> <artifactId>jmf</artifactId> <version>2.1.1e</version> </dependency>
To investigate later when we have less on our hands :)
see also http://www.java2s.com/Code/Java/2D-Graphics-GUI/DoAudioCapture.htm
Might be possible ... just found this post : http://www.java2s.com/Code/Java/2D-Graphics-GUI/CaptureaudioorvideothroughdevicesconnectedtothePC.htm
probably need this kind of dependency :