HearthStats / HearthStats.net-Uploader

Auto uploader for HearthStats.net
BSD 3-Clause "New" or "Revised" License
123 stars 54 forks source link

capture game sound #571

Open tyrcho opened 9 years ago

tyrcho commented 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>
tyrcho commented 9 years ago

To investigate later when we have less on our hands :)

tyrcho commented 9 years ago

see also http://www.java2s.com/Code/Java/2D-Graphics-GUI/DoAudioCapture.htm