mirror of
https://github.com/kusti8/proton-native.git
synced 2026-05-15 14:15:50 -06:00
[GH-ISSUE #195] Playing audio #131
Labels
No labels
bug
documentation
enhancement
libui issue
pull-request
question
wait for libui implementation
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/proton-native#131
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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?
@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.@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.