diff options
author | Clément P <yukulele@users.noreply.github.com> | 2021-11-17 07:45:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-17 07:45:41 +0100 |
commit | ee182bedcac57dd9c9c7c3ef6c36f99e4ecea93e (patch) | |
tree | 4ece811e220b65120c92096e72f9f2abb94afbf4 /files/fr/web/api | |
parent | ce31153ae37ba4bb6559cea6bd1b0f99754f4311 (diff) | |
download | translated-content-ee182bedcac57dd9c9c7c3ef6c36f99e4ecea93e.tar.gz translated-content-ee182bedcac57dd9c9c7c3ef6c36f99e4ecea93e.tar.bz2 translated-content-ee182bedcac57dd9c9c7c3ef6c36f99e4ecea93e.zip |
Typofix (min/max) (#3106)
* Update index.md
* Apply suggestions from code review
Co-authored-by: SphinxKnight <SphinxKnight@users.noreply.github.com>
Diffstat (limited to 'files/fr/web/api')
-rw-r--r-- | files/fr/web/api/analysernode/mindecibels/index.md | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/files/fr/web/api/analysernode/mindecibels/index.md b/files/fr/web/api/analysernode/mindecibels/index.md index c33c9be56f..82ff0bcbe6 100644 --- a/files/fr/web/api/analysernode/mindecibels/index.md +++ b/files/fr/web/api/analysernode/mindecibels/index.md @@ -2,10 +2,11 @@ title: AnalyserNode.minDecibels slug: Web/API/AnalyserNode/minDecibels translation_of: Web/API/AnalyserNode/minDecibels +browser-compat: api.AnalyserNode.minDecibels --- {{ APIRef("Web Audio API") }} -La propriété **`minDecibels`** de l'objet {{ domxref("AnalyserNode") }} est un nombre flottant à double précision représentant la puissance maximum de l'intervalle pour l'analyse des données FFT, pour une conversion vers des valeurs non signées ou des nombres flottants — en d'autres termes, elle spécifie la valeur minimum pour l'intervalle de résultats des méthodes `getFloatFrequencyData()` et `getByteFrequencyData()`. +La propriété **`minDecibels`** de l'objet {{ domxref("AnalyserNode") }} est un nombre flottant à double précision représentant la puissance minimum de l'intervalle pour l'analyse des données FFT, pour une conversion vers des valeurs non signées ou des nombres flottants — en d'autres termes, elle spécifie la valeur minimum pour l'intervalle de résultats des méthodes `getFloatFrequencyData()` et `getByteFrequencyData()`. Sa valeur par défaut est `-100`. @@ -69,9 +70,7 @@ dessiner(); ## Spécifications -| Spécification | Statut | Commentaire | -| -------------------------------------------------------------------------------------------------------- | ------------------------------------ | ----------- | -| {{SpecName('Web Audio API', '#widl-AnalyserNode-maxDecibels', 'maxDecibels')}} | {{Spec2('Web Audio API')}} | | +{{Specifications}} ## Compatibilité navigateurs |