audio: Remove TODO

This commit is contained in:
Hajime Hoshi 2017-03-27 22:48:57 +09:00
parent cc21284f11
commit 892d5d07d0

View File

@ -158,8 +158,6 @@ func (p *players) hasSource(src ReadSeekCloser) bool {
return false return false
} }
// TODO: Enable to specify the format like Mono8?
// A Context is a current state of audio. // A Context is a current state of audio.
// //
// There should be at most one Context object. // There should be at most one Context object.