kopia lustrzana https://github.com/jameshball/osci-render
Update dependencies
rodzic
5cf9a14fe8
commit
942615768d
6
pom.xml
6
pom.xml
|
@ -13,7 +13,7 @@
|
|||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<maven.compiler.release>17</maven.compiler.release>
|
||||
<javafx.version>17</javafx.version>
|
||||
<javafx.version>17.0.0.1</javafx.version>
|
||||
<appMainClass>sh.ball.gui.Launcher</appMainClass>
|
||||
</properties>
|
||||
|
||||
|
@ -136,7 +136,7 @@
|
|||
<dependency>
|
||||
<groupId>com.github.sjoerdvankreel</groupId>
|
||||
<artifactId>xt.audio</artifactId>
|
||||
<version>1.9</version>
|
||||
<version>2.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.openjfx</groupId>
|
||||
|
@ -158,7 +158,7 @@
|
|||
<dependency>
|
||||
<groupId>org.jgrapht</groupId>
|
||||
<artifactId>jgrapht-core</artifactId>
|
||||
<version>1.5.0</version>
|
||||
<version>1.5.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.github.mokiat</groupId>
|
||||
|
|
|
@ -113,7 +113,7 @@ public class XtAudioEngine implements AudioEngine {
|
|||
Structs.XtDeviceStreamParams deviceParams = new Structs.XtDeviceStreamParams(streamParams, format, size.current);
|
||||
|
||||
try (XtStream stream = xtDevice.openStream(deviceParams, null);
|
||||
XtSafeBuffer safe = XtSafeBuffer.register(stream, true)) {
|
||||
XtSafeBuffer safe = XtSafeBuffer.register(stream)) {
|
||||
stream.start();
|
||||
while (!stopped) {
|
||||
Thread.onSpinWait();
|
||||
|
|
Ładowanie…
Reference in New Issue