Explorar el Código

Increase buffer size to 32kB

danaugrs hace 8 años
padre
commit
94825a643e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      audio/player.go

+ 1 - 1
audio/player.go

@@ -19,7 +19,7 @@ import (
 
 const (
 	playerBufferCount = 2
-	playerBufferSize  = 16 * 1024
+	playerBufferSize  = 32 * 1024
 )
 
 // Player is a 3D (spatial) audio file player