How to directly go to the device library for Audio

For Android:
Add the following code into the VideoEditorModule:

single {
object : AudioBrowserConfigProvider {
override var config = AudioBrowserConfig.LOCAL
}
}

For iOS:
This only applies to audio tracks that are stored in the phones memory from the Apple Music app

Please set the musicSource to localStorageWithMyFiles
AudioBrowserConfig.shared.musicSource = .localStorageWithMyFiles