Skip to content

Commit

Permalink
Merge pull request chris-rudmin#125 from kbumsik/master
Browse files Browse the repository at this point in the history
Fixed typo on bitrate option in example
  • Loading branch information
chris-rudmin authored Jan 9, 2018
2 parents 521e531 + 7d8bd2c commit 3da0193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/encoder.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ <h2>Log</h2>
recorder = new Recorder({
monitorGain: parseInt(monitorGain.value, 10),
numberOfChannels: parseInt(numberOfChannels.value, 10),
bitRate: parseInt(bitRate.value,10),
encoderBitRate: parseInt(bitRate.value,10),
encoderSampleRate: parseInt(encoderSampleRate.value,10),
encoderPath: "../dist/encoderWorker.min.js"
});
Expand Down

0 comments on commit 3da0193

Please sign in to comment.