[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [WebAudio](./puppeteer.protocol.webaudio.md) > [ParamType](./puppeteer.protocol.webaudio.paramtype.md) ## Protocol.WebAudio.ParamType type Enum of AudioParam types Signature: ```typescript export type ParamType = string; ```