mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-26 03:38:55 +01:00
parent
29eade9b4a
commit
bcf8ef85b6
@ -68,6 +68,12 @@ func (c *dummyReaderContext) MaxBufferSize() int {
|
|||||||
return 48000 * channelNum * bitDepthInBytes / 4
|
return 48000 * channelNum * bitDepthInBytes / 4
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (c *dummyReaderContext) Suspend() {
|
||||||
|
}
|
||||||
|
|
||||||
|
func (c *dummyReaderContext) Resume() {
|
||||||
|
}
|
||||||
|
|
||||||
func (c *dummyReaderContext) Close() error {
|
func (c *dummyReaderContext) Close() error {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user