audio: Add comment

This commit is contained in:
Hajime Hoshi 2016-02-15 10:41:02 +09:00
parent b0d323918a
commit 22f16f0c23

View File

@ -164,6 +164,7 @@ func (p *player) play() error {
m.Unlock()
go func() {
// TODO: Is it OK to close asap?
defer p.close()
for {
err := p.proceed()