diff --git a/example.html b/example.html index f6ddc58d..3c51b5cd 100644 --- a/example.html +++ b/example.html @@ -49,11 +49,6 @@

Options

-
- - -
-

Commands

@@ -81,7 +76,7 @@

Log

monitorGain: monitorGain.value, numberOfChannels: numberOfChannels.value, bitDepth: bitDepth.options[ bitDepth.selectedIndex ].value, - recordOpus: recordOpus.checked ? {bitRate: bitRate.value} : false, + recordOpus: recordOpus.checked, sampleRate: sampleRate.value });