-
Notifications
You must be signed in to change notification settings - Fork 175
Please make high resolution time available within AudioWorkletGlobalScope. #2413
Copy link
Copy link
Open
w3c/hr-time
#169Labels
Needs External Dependency ResolutionAn external dependency is blocking progress on this issue.An external dependency is blocking progress on this issue.Priority: SoonSignificant interest; "want to have". https://speced.github.io/spec-maintenance/about/Significant interest; "want to have". https://speced.github.io/spec-maintenance/about/category: new featureSubstantive changes that add new functionality. https://www.w3.org/policies/process/#class-4Substantive changes that add new functionality. https://www.w3.org/policies/process/#class-4size: SSmall amount of work expected to resolve.Small amount of work expected to resolve.
Description
Metadata
Metadata
Assignees
Labels
Needs External Dependency ResolutionAn external dependency is blocking progress on this issue.An external dependency is blocking progress on this issue.Priority: SoonSignificant interest; "want to have". https://speced.github.io/spec-maintenance/about/Significant interest; "want to have". https://speced.github.io/spec-maintenance/about/category: new featureSubstantive changes that add new functionality. https://www.w3.org/policies/process/#class-4Substantive changes that add new functionality. https://www.w3.org/policies/process/#class-4size: SSmall amount of work expected to resolve.Small amount of work expected to resolve.
Type
Fields
Give feedbackNo fields configured for issues without a type.
The desired feature
High resolution time available within
AudioWorkletGlobalScope.I’d love to see
(self.performance.now() + self.performance.timeOrigin)instead ofDate.now()in my processor code, as myprocessfunction is called every other third milliseconds at the sample rate of 192000 Hz.Note
Currently there’s no way for my processor to use it.