[GH-ISSUE #195] Playing audio #131

Closed
opened 2026-05-05 11:46:37 -06:00 by gitea-mirror · 2 comments
Owner

Originally created by @ghost on GitHub (Jan 27, 2019).
Original GitHub issue: https://github.com/kusti8/proton-native/issues/195

Is it possible to have an audio element that plays music from local files, urls, and most importantly streams?

Originally created by @ghost on GitHub (Jan 27, 2019). Original GitHub issue: https://github.com/kusti8/proton-native/issues/195 Is it possible to have an audio element that plays music from local files, urls, and most importantly streams?
Author
Owner

@mischnic commented on GitHub (Jan 27, 2019):

Not builtin, but you can use any npm package to play music and then connect some ui (button and slider or a custom drawn element on Area) to control it.

<!-- gh-comment-id:457924862 --> @mischnic commented on GitHub (Jan 27, 2019): Not builtin, but you can use any npm package to play music and then connect some ui (button and slider or a custom drawn element on `Area`) to control it.
Author
Owner

@kusti8 commented on GitHub (Feb 1, 2019):

There are many npm packages that provide this, such as https://www.npmjs.com/package/stream-player that can then be connected to the GUI.

<!-- gh-comment-id:459861749 --> @kusti8 commented on GitHub (Feb 1, 2019): There are many npm packages that provide this, such as https://www.npmjs.com/package/stream-player that can then be connected to the GUI.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/proton-native#131
No description provided.