Thanks for sharing this! I was also wondering how to add my own music in the Banuba Video Editor. Your solution really helps! For Android, adding the code to the VideoEditorModule
using AudioBrowserConfig.LOCAL
makes sense. And for iOS, setting AudioBrowserConfig.shared.musicSource = .localStorageWithMyFiles
is super useful, especially knowing it only works with audio stored via the Apple Music app. Itβs a bit tricky that it's not clearly explained on their website or GitHub, so your answer is a big time-saver. Appreciate the clear directions! This will help a lot of users facing the same issue. π΅π