commit 28/07/2025
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import audio.AudioPlayer
|
||||
import content.ContentCache
|
||||
import org.tinylog.Logger
|
||||
|
||||
|
||||
@@ -7,5 +8,6 @@ fun main() {
|
||||
Logger.info("Application started" as Any)
|
||||
val audioPlayer = AudioPlayer(44100) // 44100 Hz sampling rate
|
||||
audioPlayer.InitAudio(1)
|
||||
val content = ContentCache()
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user