Skip to content

BackgroundMusicAudioFilter

Amar Kurić edited this page Nov 11, 2022 · 1 revision

implements AudioFilter



constructor(musicURL)

Description

Creates a new instance of BackgroundMusicAudioFilter.

Arguments

  • musicURL : string - URL of audio file to be used with the filter.

Returns

  • none

Example

const musicURL = "path/to/desired/audio.mp3";

const backgroundMusicFilter = new BackgroundMusicAudioFilter(musicURL);