Versions in this module Expand all Collapse all v0 deprecated v0.1.0 Jul 5, 2018 Changes in this version + type Player struct + func NewPlayer(sampleRate, channelNum, bytesPerSample, bufferSizeInBytes int) (*Player, error) + func (p *Player) Close() error + func (p *Player) SetUnderrunCallback(f func()) + func (p *Player) Write(data []byte) (int, error) Other modules containing this package github.com/ebitengine/oto/v3