]> Repos - portaudio/commit
Initial check-in for an experimental Java binding for PortAudio called JPortAudio.
authorphilburk <philburk@0f58301d-fd10-0410-b4af-bbb618454e57>
Sat, 1 Sep 2012 18:43:58 +0000 (18:43 +0000)
committerphilburk <philburk@0f58301d-fd10-0410-b4af-bbb618454e57>
Sat, 1 Sep 2012 18:43:58 +0000 (18:43 +0000)
commite58d315241ec82e42d619986c2ea3ccc9c74abcf
treed5fbca7c0f03d831397b28b8f816845056ab8a29
parent468c6bceb7804fe739ce81871f0021ac598edc88
Initial check-in for an experimental Java binding for PortAudio called JPortAudio.
24 files changed:
Doxyfile
Doxyfile.developer
bindings/java/c/build/vs2010/PortAudioJNI/PortAudioJNI.sln [new file with mode: 0644]
bindings/java/c/build/vs2010/PortAudioJNI/PortAudioJNI.vcproj [new file with mode: 0644]
bindings/java/c/build/vs2010/PortAudioJNI/PortAudioJNI.vcxproj [new file with mode: 0644]
bindings/java/c/src/com_portaudio_BlockingStream.c [new file with mode: 0644]
bindings/java/c/src/com_portaudio_BlockingStream.h [new file with mode: 0644]
bindings/java/c/src/com_portaudio_PortAudio.c [new file with mode: 0644]
bindings/java/c/src/com_portaudio_PortAudio.h [new file with mode: 0644]
bindings/java/c/src/jpa_tools.c [new file with mode: 0644]
bindings/java/c/src/jpa_tools.h [new file with mode: 0644]
bindings/java/jportaudio.dox [new file with mode: 0644]
bindings/java/jportaudio/.classpath [new file with mode: 0644]
bindings/java/jportaudio/.project [new file with mode: 0644]
bindings/java/jportaudio/jtests/com/portaudio/TestBasic.java [new file with mode: 0644]
bindings/java/jportaudio/src/com/portaudio/BlockingStream.java [new file with mode: 0644]
bindings/java/jportaudio/src/com/portaudio/DeviceInfo.java [new file with mode: 0644]
bindings/java/jportaudio/src/com/portaudio/HostApiInfo.java [new file with mode: 0644]
bindings/java/jportaudio/src/com/portaudio/PortAudio.java [new file with mode: 0644]
bindings/java/jportaudio/src/com/portaudio/StreamInfo.java [new file with mode: 0644]
bindings/java/jportaudio/src/com/portaudio/StreamParameters.java [new file with mode: 0644]
bindings/java/scripts/make_header.bat [new file with mode: 0644]
doc/src/mainpage.dox
doc/src/tutorial/tutorial_start.dox