remvze / moodist

🌲 Ambient sounds for focus and calm.
https://moodist.app
MIT License
554 stars 37 forks source link

[Feature Request] Play audio with-in the local docker #17

Open r1b4z01d opened 5 months ago

r1b4z01d commented 5 months ago

Thanks for all the hard work! This thing is great.

I would love to have the functionality to pipe the audio to the local docker vs the user's browser. The idea is that the server's sound card running docker would be connected to my whole house audio. A user would be able to change the sounds by browsing to the page, but it would not play on their device, it would play on the docker server.

Thanks again.

Node815 commented 2 months ago

I think this could be done with webhooks and something like Olivetin (also docker based), which then you could set up a button in Olivetin per sound and send a curl command. Moodist would certainly need to support, this, but it may be easier to implement than other solutions possibly.