forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
13
Kha/Backends/HTML5-Worker/kha/audio2/Audio.hx
Normal file
13
Kha/Backends/HTML5-Worker/kha/audio2/Audio.hx
Normal file
@ -0,0 +1,13 @@
|
||||
package kha.audio2;
|
||||
|
||||
import kha.Sound;
|
||||
|
||||
class Audio {
|
||||
public static var disableGcInteractions = false;
|
||||
public static var samplesPerSecond: Int;
|
||||
public static var audioCallback: Int->Buffer->Void;
|
||||
|
||||
public static function stream(sound: Sound, loop: Bool = false): kha.audio1.AudioChannel {
|
||||
return null;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user