Skip to content

[Proposal] Add RingtoneSource.FromUrl support #6

Description

@AmjdAlhashede

Summary

Add support for ringtones loaded directly from an internet URL (HTTP/HTTPS).


Use Case

Enables downloading and playing ringtones hosted online, allowing dynamic ringtone updates without bundling them in the app.


Proposed Implementation

Add a new data class:

data class FromUrl(val url: String) : RingtoneSource()

Handle downloading, caching, and playback from the URL internally.


Benefit

Provides flexibility to use online audio sources seamlessly.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions