Initial check-in for an experimental Java binding for PortAudio called JPortAudio.

This commit is contained in:
philburk 2012-09-01 18:43:58 +00:00
commit e58d315241
24 changed files with 2782 additions and 4 deletions

View file

@ -0,0 +1,4 @@
REM Generate the JNI header file from the Java code for JPortAudio
REM by Phil Burk
javah -classpath ../jportaudio/bin -d ../c/src com.portaudio.PortAudio com.portaudio.BlockingStream