From 0c550597311781d42bc4941dde343a6403202071 Mon Sep 17 00:00:00 2001 From: tsimafeiviarbitski Date: Wed, 11 Mar 2026 16:42:25 +0300 Subject: [PATCH] Remove references to Mubert --- mddocs/audio_browser_guide.md | 32 ++++---------------------------- 1 file changed, 4 insertions(+), 28 deletions(-) diff --git a/mddocs/audio_browser_guide.md b/mddocs/audio_browser_guide.md index 6104c54..abc33f5 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 @@ -39,28 +37,6 @@ private config = new 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: - -```typescript -private config = new FeaturesConfigBuilder() - .setAudioBrowser(AudioBrowser.fromSource({ - source: 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. @@ -71,7 +47,7 @@ Over 35 GB of royalty-free tracks available from within the Video Editor SDK. Yo Specify the instance of ```AudioBrowser``` in ```FeaturesConfig``` builder with Banuba Music source and params: -```dart +```typescript private config = new FeaturesConfigBuilder() .setAudioBrowser(AudioBrowser.fromSource({ source: AudioBrowserSource.banubaMusic,