mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-15 08:54:05 +09:00
video and audio stuffs; playmov now uses hardware queue
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user