### Summary Currently, the library supports ringtones from `assets` and `storage`. It would be helpful to add support for raw resources, using something like: ```kotlin data class FromRaw(@RawRes val resId: Int) : RingtoneSource()
Summary
Currently, the library supports ringtones from
assetsandstorage.It would be helpful to add support for raw resources, using something like: