commit 24/09/2025

This commit is contained in:
2025-09-24 11:48:36 +07:00
parent 59dd67acc8
commit 55f6a24cce
7 changed files with 156 additions and 15 deletions

View File

@@ -75,7 +75,7 @@ class AudioPlayer (var samplingrate: Int) {
/**
* Uninitializes the audio system if it was previously initialized.
*/
fun UnInitAudio(){
fun Close(){
if (initedDevice != -1) {
bass.BASS_SetDevice(initedDevice)
if (bass.BASS_Free()) {