mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
parent
29eade9b4a
commit
bcf8ef85b6
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user