This commit is contained in:
giongto35 2019-05-12 18:16:11 +08:00
parent 3ca1fd9d51
commit 494d46ca79

View file

@ -24,7 +24,7 @@ type Director struct {
const FPS = 60
func NewDirector(roomID string, imageChannel chan *image.RGBA, audioChannel chan float32, inputChannel chan int) *Director {
// return image channel from where it write
// TODO: return image channel from where it write
director := Director{}
director.Done = make(chan struct{})
director.audioChannel = audioChannel