Open
Bug 1560152
Opened 6 years ago
Updated 3 years ago
Investigate making ScriptProcessorNode have constant latency
Categories
(Core :: Web Audio, enhancement, P3)
Core
Web Audio
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox69 | --- | affected |
People
(Reporter: padenot, Assigned: padenot)
References
Details
Now that we have multiple processes, my guess is that the main thread is less loaded, and we can consider removing the variable buffering in ScriptProcessorNode
. This will make it easier (and in fact, possible) to synchronize audio output when using both ScriptProcessorNode
and native Web Audio API nodes.
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → padenot
Priority: -- → P3
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•