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