Enhance FPS

This commit is contained in:
giongto35 2019-06-07 01:57:40 +08:00
parent d0981dfbf3
commit 468ed8cfda

View file

@ -22,7 +22,7 @@ type Director struct {
roomID string
}
const fps = 60
const fps = 100
// NewDirector returns a new director
func NewDirector(roomID string, imageChannel chan<- *image.RGBA, audioChannel chan<- float32, inputChannel <-chan int) *Director {