Skip to content

bug: Audio clip effect: 'fadeOut' mutes audio entirely #90

@cweseloh

Description

@cweseloh

Issue Summary

When I add effect: 'fadeOut' to an audio clip, the audio doesn't play.

 clips: [
        {
          asset: {
            type: 'audio',
            src: musicFile.url,
            volume: 0.3,
            effect: 'fadeOut',
          },
          start: 0,
          length: timelineDuration,
        },
      ],

Expected Behavior

Audio should fade out (or at least not have an effect)

Actual Behavior

Entire audio clip is silent/missing

Steps to Reproduce

No response

Technical Analysis

No response

Possible Solutions

No response

Tested Environment

v2.4.0

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions