From 5619eb75de9672cde9a22d13ef49815ebd6f8164 Mon Sep 17 00:00:00 2001 From: SphinxKnight Date: Mon, 3 Jan 2022 20:02:03 +0100 Subject: Fix notes and warnings cards where a space was missing (#3282) --- files/fr/web/api/analysernode/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/fr/web/api/analysernode/index.md') diff --git a/files/fr/web/api/analysernode/index.md b/files/fr/web/api/analysernode/index.md index 26a61aa63f..b2e448626c 100644 --- a/files/fr/web/api/analysernode/index.md +++ b/files/fr/web/api/analysernode/index.md @@ -87,7 +87,7 @@ _Hérite des propriétés de son parent,_ _{{domxref("AudioNode")}}_. ## Exemples -> **Note :**: Voir [Visualisations avec la Web Audio API](/fr/docs/Web/API/Web_Audio_API/Visualizations_with_Web_Audio_API) pour plus d'informations. +> **Note :** Voir [Visualisations avec la Web Audio API](/fr/docs/Web/API/Web_Audio_API/Visualizations_with_Web_Audio_API) pour plus d'informations. L'exemple suivant montre comment créer simplement un  `AnalyserNode` avec {{domxref("AudioContext")}}, puis utiliser  {{domxref("window.requestAnimationFrame()","requestAnimationFrame")}} et {{htmlelement("canvas")}} pour collecter les données temporelles et dessiner un oscilloscope en sortie. Pour des exemples plus complets, voir notre démo [Voice-change-O-matic](https://mdn.github.io/voice-change-o-matic/)  (et en particulier [app.js lines 128–205](https://github.com/mdn/voice-change-o-matic/blob/gh-pages/scripts/app.js#L128-L205)). -- cgit v1.2.3-54-g00ecf