-
Notifications
You must be signed in to change notification settings - Fork 0
BackgroundMusicAudioFilter
Amar Kurić edited this page Nov 11, 2022
·
1 revision
implements
AudioFilter
Creates a new instance of BackgroundMusicAudioFilter
.
-
musicURL
:string
- URL of audio file to be used with the filter.
none
const musicURL = "path/to/desired/audio.mp3";
const backgroundMusicFilter = new BackgroundMusicAudioFilter(musicURL);