aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/audiobuffer/numberofchannels/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/api/audiobuffer/numberofchannels/index.html')
-rw-r--r--files/fr/web/api/audiobuffer/numberofchannels/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/fr/web/api/audiobuffer/numberofchannels/index.html b/files/fr/web/api/audiobuffer/numberofchannels/index.html
index 84898ecd94..470397e34d 100644
--- a/files/fr/web/api/audiobuffer/numberofchannels/index.html
+++ b/files/fr/web/api/audiobuffer/numberofchannels/index.html
@@ -11,7 +11,7 @@ translation_of: Web/API/AudioBuffer/numberOfChannels
<h2 id="Syntaxe">Syntaxe</h2>
-<pre class="brush: js;highlight[22]">var tableauMemoireTampon = audioCtx.createBuffer(nombreCanaux, nombreFrames, contexteAudio.sampleRate);
+<pre class="brush: js">var tableauMemoireTampon = audioCtx.createBuffer(nombreCanaux, nombreFrames, contexteAudio.sampleRate);
tableauMemoireTampon.numberOfChannels;
</pre>
@@ -21,7 +21,7 @@ tableauMemoireTampon.numberOfChannels;
<h2 id="Exemple">Exemple</h2>
-<pre class="brush: js;highlight[22]">// Stereo
+<pre class="brush: js">// Stereo
var nombreCanaux = 2;
// Crée une mémoire tampon vide de 2 secondes