mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-26 03:38:55 +01:00
audio: Windows: Dummy impl
This commit is contained in:
parent
af4aef9921
commit
cb481f6fb9
@ -14,6 +14,10 @@
|
|||||||
|
|
||||||
package audio
|
package audio
|
||||||
|
|
||||||
|
import (
|
||||||
|
"io"
|
||||||
|
)
|
||||||
|
|
||||||
func startPlaying(src io.Reader, sampleRate int) error {
|
func startPlaying(src io.Reader, sampleRate int) error {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user