Skip to content

Commit

Permalink
bitrate removed from example.html
Browse files Browse the repository at this point in the history
  • Loading branch information
lepinsk committed Apr 29, 2015
1 parent c3b3199 commit 8527797
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions example.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@ <h2>Options</h2>
<input id="sampleRate" type="number" value="48000" />
</div>

<div>
<label>bitRate</label>
<input id="bitRate" type="number" value="64000" />
</div>

<h2>Commands</h2>
<button id="init">init</button>
<button id="start" disabled>start</button>
Expand Down Expand Up @@ -81,7 +76,7 @@ <h2>Log</h2>
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
});

Expand Down

0 comments on commit 8527797

Please sign in to comment.