welll/record-encode-audio-from-browser

View on GitHub
js/recorder.js

Summary

Maintainability
A
3 hrs
Test Coverage

Function Recorder has 96 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  var Recorder = function(source) {

    var bufferLen = 4096;
    var recording = false;

Severity: Major
Found in js/recorder.js - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status