From f4558294d7724a189fdc674e10c265f379026aa3 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Sat, 30 Sep 2023 11:53:48 +0900 Subject: [PATCH] Fix the param of the APIRef macro (#29377) Fix a param of the APIRef macro --- files/en-us/web/api/analysernode/getbytetimedomaindata/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/web/api/analysernode/getbytetimedomaindata/index.md b/files/en-us/web/api/analysernode/getbytetimedomaindata/index.md index f6c538b743d943c..e6995c74c7ea5fd 100644 --- a/files/en-us/web/api/analysernode/getbytetimedomaindata/index.md +++ b/files/en-us/web/api/analysernode/getbytetimedomaindata/index.md @@ -6,7 +6,7 @@ page-type: web-api-instance-method browser-compat: api.AnalyserNode.getByteTimeDomainData --- -{{ APIRef("Mountain View APIRef Project") }} +{{ APIRef("Web Audio API") }} The **`getByteTimeDomainData()`** method of the {{ domxref("AnalyserNode") }} Interface copies the current waveform, or time-domain, data into a {{jsxref("Uint8Array")}} (unsigned byte array) passed into it.