Open ScreamZ opened 9 months ago
Hey thanks for the proposal, actually more documentation would be really welcome indeed.
The only thing I'm unsure is to make a whole website for that at this point, I think raw markdown files in a docs
directory would be enough to start with.
Then if the size of the documentation starts to be large enough, that would be really simple to insert them in a static website generator (I would go for https://vitepress.dev/ actually as I already have several documentation websites, e.g. https://soundworks.dev/, based on this solution)
Hello!
First I wanted to thank you for this awesome library, It's been months that I have been looking for such capabilities, especially since this time I'm working to play sound effects in an escape room where the state is driven by a NodeJS application and sound too.
I was relying on Chrome + Puppeteer currently, which is kind of dirty and not working all the time.
If you could help me with some issues while implementing I would be happy to help on deploying real documentation for this tool which can help in the adoption of the product (which is highly underrated at the moment I guess).
Something like https://starlight.astro.build/, what do you think ? This is a static website that can be hosted on github pages for free and live in that repository.
What could live in documentation
ArrayBuffer
from NodeJSBuffer
using a library like axiosWhat do you think ?