Initial check-in for an experimental Java binding for PortAudio called JPortAudio.
This commit is contained in:
parent
468c6bceb7
commit
e58d315241
24 changed files with 2782 additions and 4 deletions
4
bindings/java/scripts/make_header.bat
Normal file
4
bindings/java/scripts/make_header.bat
Normal 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
|
||||
Loading…
Reference in a new issue