mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
491 B
491 B
Home > puppeteer > Protocol > WebAudio > AutomationRate
Protocol.WebAudio.AutomationRate type
Enum of AudioParam::AutomationRate from the spec
Signature:
export type AutomationRate = ('a-rate' | 'k-rate');