You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I would like to use useAudioPlayer to fulfill the requirements for this issue but we need to be able to control a remote "jukebox" - the audio out of the computer the server is running on.
Describe the solution you'd like
I'd like useAudioPlayer to take an optional AudioOutProvider which implements against a defined API the required calls to support useAuditoPlayer's API. For a remote server this would involve calling out to the server to control playback of the audio. I would be happy to help contribute to this solution or implement it myself, but I wanted to open this issue to start the conversation and determine if you're open to these changes.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I would like to use
useAudioPlayer
to fulfill the requirements for this issue but we need to be able to control a remote "jukebox" - the audio out of the computer the server is running on.Describe the solution you'd like
I'd like
useAudioPlayer
to take an optionalAudioOutProvider
which implements against a defined API the required calls to supportuseAuditoPlayer
's API. For a remote server this would involve calling out to the server to control playback of the audio. I would be happy to help contribute to this solution or implement it myself, but I wanted to open this issue to start the conversation and determine if you're open to these changes.The text was updated successfully, but these errors were encountered: