diff options
Diffstat (limited to 'files/fr/web/api/audiobuffer/copytochannel/index.html')
-rw-r--r-- | files/fr/web/api/audiobuffer/copytochannel/index.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/files/fr/web/api/audiobuffer/copytochannel/index.html b/files/fr/web/api/audiobuffer/copytochannel/index.html index 6a6f0966b4..38a6393ebc 100644 --- a/files/fr/web/api/audiobuffer/copytochannel/index.html +++ b/files/fr/web/api/audiobuffer/copytochannel/index.html @@ -5,9 +5,7 @@ translation_of: Web/API/AudioBuffer/copyToChannel --- <p>{{ APIRef("Web Audio API") }}</p> -<div> -<p><span class="seoSummary">La méthode <code>copyToChannel() </code>de l'interface {{ domxref("AudioBuffer") }} copie les échantillons du tableau source vers le canal de l'<code>AudioBuffer</code> spécifié.</span></p> -</div> +<p>La méthode <code>copyToChannel() </code>de l'interface {{ domxref("AudioBuffer") }} copie les échantillons du tableau source vers le canal de l'<code>AudioBuffer</code> spécifié.</p> <h2 id="Syntaxe">Syntaxe</h2> |