Hi there!
For the last couple of days, I’ve been working on integrating Syrinscape Online with Foundry VTT. This tool only controls the Syrinscape Online via API you provided but does not stream sound.
I still find it very handy during my sessions, after all, it’s one less window to maintain, plus I can set a mood to a given scene and simply forget about it. Syrinscape will play right tone every time
Please, keep in mind that this module is still in early-stages. Usable but very rough.
Meanwhile, I had to make a bypass for the CORS problem (referred many times in other topics). While making such a CORS proxy is possible for self-hosted games, it is going to be a huge pain for shared solutions like ForgeVTT which I use personally.
The authors of ForgeVTT do not want to add such a proxy and I can not blame them - it seems it should be fixed on the Syrinscape API side.
For now, I can still use my module on ForgeVTT by using dirty hack with CORS proxy on localhost docker container under NGINX proxy (for self-signed HTTPS certificate)…
But this is not the right way for an average GM.
I will be happy to cooperate with you and find a better solution.