resources/assets/js/services/audioService.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function init has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  init (mediaElement: HTMLMediaElement) {
    this.element = mediaElement

    this.context = new AudioContext()
    this.preampGainNode = this.context.createGain()
Severity: Minor
Found in resources/assets/js/services/audioService.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status