first commit 26/07/2025

This commit is contained in:
2025-07-26 10:14:46 +07:00
parent f6ae8e14c0
commit a32a1d3300
4 changed files with 192 additions and 7 deletions

View File

@@ -1,11 +1,11 @@
import audio.AudioPlayer
import codes.Somecodes
import org.tinylog.Logger
val audioPlayer = AudioPlayer()
fun main() {
Logger.info("Application started" as Any)
val audioPlayer = AudioPlayer(44100) // 44100 Hz sampling rate
audioPlayer.InitAudio(1)
}
}