added audio support

This commit is contained in:
Marc Froehlich
2024-01-16 22:49:28 +01:00
parent d57880d945
commit c2086a73b0
99 changed files with 928 additions and 19 deletions

3
jdk.cmd Normal file
View File

@@ -0,0 +1,3 @@
@echo off
SET JAVA_HOME=C:\Program Files\Java\jdk-17
SET PATH=%JAVA_HOME%\bin,%PATH%