dodecaphonic/balladina

View on GitHub
lib/balladina_web/public/js/recorderjs/recorder.js

Summary

Maintainability
A
2 hrs
Test Coverage

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

  var Recorder = function(source, cfg){
    var config = cfg || {};
    var bufferLen = config.bufferLen || 4096;
    this.context = source.context;
    this.node = (this.context.createScriptProcessor ||
Severity: Major
Found in lib/balladina_web/public/js/recorderjs/recorder.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status