video and audio stuffs; playmov now uses hardware queue

This commit is contained in:
minjaesong
2023-01-23 03:20:35 +09:00
parent e53aa7e98d
commit c1031545ec
7 changed files with 23 additions and 53 deletions

View File

@@ -45,7 +45,7 @@ seqread.prepare(filename)
let BLOCK_SIZE = 4096
let INFILE_BLOCK_SIZE = BLOCK_SIZE
const QUEUE_MAX = 4 // according to the spec
const QUEUE_MAX = 8 // according to the spec
let nChannels = 2
let samplingRate = pcm.HW_SAMPLING_RATE;