-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Description
The web audio api itself supports latencyHint
as a constructor option and after a bit of digging, it seems like that's entirely separate from the Tone.js latencyHint
option (there are no options passed into the AudioContext constructor).
Is it correct to say that the latencyHint
on the real AudioContext
is not being set? If so, how could Tone.js be instructed to use it? The Tone.js API allows for writes on the value after initialized, but I don't think the real AudioContext
does.
Metadata
Metadata
Assignees
Labels
No labels