added audio support

This commit is contained in:
Marc Froehlich
2024-01-16 22:49:28 +01:00
committed by praktimarc
parent 686c277ac0
commit 4549314446
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%