commit 20/08/2025
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import audio.AudioPlayer
|
||||
import content.ContentCache
|
||||
import org.tinylog.Logger
|
||||
|
||||
import web.WebApp
|
||||
|
||||
|
||||
fun main() {
|
||||
@@ -9,5 +9,12 @@ fun main() {
|
||||
val audioPlayer = AudioPlayer(44100) // 44100 Hz sampling rate
|
||||
audioPlayer.InitAudio(1)
|
||||
val content = ContentCache()
|
||||
val web = WebApp(3030,
|
||||
listOf(
|
||||
Pair("admin", "password"),
|
||||
Pair("user", "password")
|
||||
)
|
||||
)
|
||||
web.Start()
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user