From 20bcc6b7e7aac91857ddfb2146254b1e24a4b1b2 Mon Sep 17 00:00:00 2001 From: tsimafeiviarbitski Date: Wed, 11 Mar 2026 16:33:04 +0300 Subject: [PATCH] Remove references to Mubert --- mddocs/audio_browser_guide.md | 31 +++---------------------------- 1 file changed, 3 insertions(+), 28 deletions(-) diff --git a/mddocs/audio_browser_guide.md b/mddocs/audio_browser_guide.md index a30b825..77e3c00 100644 --- a/mddocs/audio_browser_guide.md +++ b/mddocs/audio_browser_guide.md @@ -4,18 +4,16 @@ > [!NOTE] > Banuba does not deliver audio content for the Video Editor SDK. -The Video Editor can apply audio files stored on the device. The SDK is not responsible for downloading audio content except for [Soundstripe](https://www.soundstripe.com/) and [Mubert](https://mubert.com/). +The Video Editor can apply audio files stored on the device. The SDK is not responsible for downloading audio content except for [Soundstripe](https://www.soundstripe.com/). Audio Browser is a specific module that allows to browse, play and apply audio content within video editor. It supports 3 sources for audio content: 1. Soundstripe - includes built in integration with Soundstripe API. -2. Mubert - includes built in integration with Mubert API. +2. Banuba Music - includes built in integration with Banuba Music. -3. Banuba Music - includes built in integration with Banuba Music. - -4. My Library - includes audio content available on the user's device +3. My Library - includes audio content available on the user's device ## Usage @@ -36,29 +34,6 @@ final config = FeaturesConfigBuilder() .build(); ``` -### Mubert - -[Mubert](https://mubert.com/) is a service that delivers Generative AI Music. Your users will be able to add audio tracks while recording or editing video content. - -> [!NOTE] -> Please contact Mubert representatives to request keys. - -Specify the instance of ```AudioBrowser``` in ```FeaturesConfig``` builder with Mubert source and params: - -```dart -final config = FeaturesConfigBuilder() - .setAudioBrowser(AudioBrowser.fromSource( - AudioBrowserSource.mubert, - params: { - 'mubertLicence': ..., - 'mubertToken': ... - } - ) - ) - ... - .build(); -``` - ### Banuba Music Over 35 GB of royalty-free tracks available from within the Video Editor SDK. Your users could check them out through an inbuilt music browser and legally include them in their content.