//sorisdk/com.iplateia.sorisdk/SORIApiClient/downloadAudioPack
downloadAudioPack
[androidJvm]
suspend fun downloadAudioPack(fileUrl: String): String
This function downloads an updated audio pack from a given URL returns the local file path where the audio pack is saved.
Return
The local file path where the audio pack is saved
Parameters
androidJvm
fileUrl | The URL of the audio pack to download |