Skip to content

Commit

Permalink
Use Windows portaudio dll with ASIO support
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinstadler committed Oct 16, 2023
1 parent 70d7627 commit 3b4bf5c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,20 +51,13 @@

<target name="bundled-deps" description="Download JSyn and (J)PortAudio">
<get src="https://github.com/philburk/jsyn/releases/download/v17.1.0/jsyn-17.1.0.jar" dest="${lib}" skipexisting="true" />
<get src="https://www.softsynth.com/jsyn/developers/archives/jportaudio_pc_20120904.zip" dest="${lib}" skipexisting="true" />
<get src="https://www.softsynth.com/jsyn/developers/archives/jportaudio_mac_20120904.zip" dest="${lib}" skipexisting="true" />
<unzip src="${lib}/jportaudio_pc_20120904.zip" dest="${lib}">
<unzip src="${lib}/jportaudio_mac_20120904.zip" dest="${lib}">
<patternset>
<include name="**/*.jar" />
</patternset>
<mapper type="flatten"/>
</unzip>
<unzip src="${lib}/jportaudio_pc_20120904.zip" dest="${lib}/windows-amd64/">
<patternset>
<include name="**/*_x64.dll" />
</patternset>
<mapper type="flatten"/>
</unzip>
<unzip src="${lib}/jportaudio_mac_20120904.zip" dest="${lib}/macos-x86_64/">
<patternset>
<include name="**/*.jnilib" />
Expand Down
Binary file added library/windows-amd64/jportaudio_x64.dll
Binary file not shown.
Binary file added library/windows-amd64/portaudio_x64.dll
Binary file not shown.

0 comments on commit 3b4bf5c

Please sign in to comment.