Skip to content

Optimizations #86

Description

@shreyas-jadhav
  1. Apply effects in single pass
  • fadeIn(0.05).fadeOut(0.05) -> fadeInAndOut(0.05)
  • delay(0.1).trim(0,5) -> delayAndClip() | delayClipFadeInAndOut
  • trim(0,5).fadeInAndOut(0.05) -> trimAndFadeInAndOut(0,5,0.05)
  • delayReverbClip
  1. We don't need to re-apply delay and reverb at loop points.
  • apply delay and reverb at once on load,
  • only apply micro fadeIns and fadeOuts, and trims()

Metadata

Metadata

Type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions