aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/analysernode/index.md
diff options
context:
space:
mode:
authorSphinxKnight <SphinxKnight@users.noreply.github.com>2022-01-03 20:02:03 +0100
committerGitHub <noreply@github.com>2022-01-03 20:02:03 +0100
commit5619eb75de9672cde9a22d13ef49815ebd6f8164 (patch)
tree0db26a30bd9839ccb06afb267595f7946d84ef08 /files/fr/web/api/analysernode/index.md
parentb28c6063d1f1a232760e10feae803f83bac0131c (diff)
downloadtranslated-content-5619eb75de9672cde9a22d13ef49815ebd6f8164.tar.gz
translated-content-5619eb75de9672cde9a22d13ef49815ebd6f8164.tar.bz2
translated-content-5619eb75de9672cde9a22d13ef49815ebd6f8164.zip
Fix notes and warnings cards where a space was missing (#3282)
Diffstat (limited to 'files/fr/web/api/analysernode/index.md')
-rw-r--r--files/fr/web/api/analysernode/index.md2
1 files changed, 1 insertions, 1 deletions
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)).