mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-10-30 03:12:53 +08:00
@@ -68,6 +68,12 @@ func (c *dummyReaderContext) MaxBufferSize() int {
|
||||
return 48000 * channelNum * bitDepthInBytes / 4
|
||||
}
|
||||
|
||||
func (c *dummyReaderContext) Suspend() {
|
||||
}
|
||||
|
||||
func (c *dummyReaderContext) Resume() {
|
||||
}
|
||||
|
||||
func (c *dummyReaderContext) Close() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user