diff options
Diffstat (limited to 'files/fr/web/api/audiobuffer/copyfromchannel/index.html')
-rw-r--r-- | files/fr/web/api/audiobuffer/copyfromchannel/index.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/files/fr/web/api/audiobuffer/copyfromchannel/index.html b/files/fr/web/api/audiobuffer/copyfromchannel/index.html index ae483b7912..2ae87ca120 100644 --- a/files/fr/web/api/audiobuffer/copyfromchannel/index.html +++ b/files/fr/web/api/audiobuffer/copyfromchannel/index.html @@ -10,9 +10,7 @@ translation_of: Web/API/AudioBuffer/copyFromChannel --- <p>{{ APIRef("Web Audio API") }}</p> -<div> -<p><span class="seoSummary">La méthode <code>copyFromChannel() </code>de l'interface {{ domxref("AudioBuffer") }} copie les échantillons de l'un des canaux de l'<code>AudioBuffer</code> dans un tableau.</span></p> -</div> +<p>La méthode <code>copyFromChannel() </code>de l'interface {{ domxref("AudioBuffer") }} copie les échantillons de l'un des canaux de l'<code>AudioBuffer</code> dans un tableau.</p> <h2 id="Syntaxe">Syntaxe</h2> |