Re: syngen, audio game and synthesis library for the web

2020-11-12 Thread AudioGames . net Forum — Developers room : shiftBacktick via Audiogames-reflector
Re: syngen, audio game and synthesis library for the web @16:In general, yes, Web Audio is compatible with any browser and device that supports it. The specification is mature enough that it should be supported on any mobile device manufactured in the last five years. I have no problem

Re: syngen, audio game and synthesis library for the web

2020-11-12 Thread AudioGames . net Forum — Developers room : shiftBacktick via Audiogames-reflector
Re: syngen, audio game and synthesis library for the web @16:In general, yes, Web Audio is compatible with any browser and device that supports it. The specification is mature enough that it should be supported on any mobile device manufactured in the last five years. I have no problem

Re: syngen, audio game and synthesis library for the web

2020-11-12 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: syngen, audio game and synthesis library for the web I can't speak for ShiftBacktick, but that's going to highly depend on the mobile device you want to run it on.  In theory it should work.  In practice, WebAudio can't be optimized nearly as much as something like Synthizer can

Re: syngen, audio game and synthesis library for the web

2020-11-12 Thread AudioGames . net Forum — Developers room : ashleygrobler04 via Audiogames-reflector
Re: syngen, audio game and synthesis library for the web Ok, so i just have one question here: Will this lib be able to run audio games in the web on mobile devices too? URL: https://forum.audiogames.net/post/589071/#p589071 -- Audiogames-reflector mailing list Audiogames-reflector

Re: syngen, audio game and synthesis library for the web

2020-11-11 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: syngen, audio game and synthesis library for the web Most of my knowledge is self-taught and practical, so possibly you know more of the DSP math than I do.  But if you want a good starting point that may or may not be a quick improvement, you might port my ITD computations, which

Re: syngen, audio game and synthesis library for the web

2020-11-10 Thread AudioGames . net Forum — Developers room : shiftBacktick via Audiogames-reflector
Re: syngen, audio game and synthesis library for the web @camlorn:You're right, I misspoke about two StereoPannerNodes per source. When I write these posts I proofread a lot, but sometimes I miss a few things. The performance between a StereoPannerNode and my implementation is negligible

Re: syngen, audio game and synthesis library for the web

2020-11-10 Thread AudioGames . net Forum — Developers room : shiftBacktick via Audiogames-reflector
Re: syngen, audio game and synthesis library for the web @camlorn:You're right, I misspoke about two StereoPannerNodes per source. When I write these posts I proofread a lot, but sometimes I miss a few things. The performance between a StereoPannerNode and my implementation is negligible

Re: syngen, audio game and synthesis library for the web

2020-11-10 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: syngen, audio game and synthesis library for the web @12Synthizer gets double digit sources in debug builds with the boring old non-optimized convolution that you're never supposed to use and I expect upwards of 1000 in practice on a good machine in the microbenchmarks, whenever

Re: syngen, audio game and synthesis library for the web

2020-11-10 Thread AudioGames . net Forum — Developers room : shiftBacktick via Audiogames-reflector
Re: syngen, audio game and synthesis library for the web Many replies below:@9:Thanks for letting me know! I wish this forum had better notifications for PMs. I've sent you a response (and, oh geez, some other folks too).@10:This is a great question! I can't say this is entirely

Re: syngen, audio game and synthesis library for the web

2020-11-10 Thread AudioGames . net Forum — Developers room : shiftBacktick via Audiogames-reflector
Re: syngen, audio game and synthesis library for the web Many replies below:@9:Thanks for letting me know! I wish this forum had better notifications for PMs. I've sent you a response (and, oh geez, some other folks too).@10:This is a great question! I can't say this is entirely

Re: syngen, audio game and synthesis library for the web

2020-11-10 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: syngen, audio game and synthesis library for the web For what it's worth, you may find in practice that just using a database of impulse responses gives you a much better HRTF implementation than trying to make it configurable.  Almost no one will play with the configuration

Re: syngen, audio game and synthesis library for the web

2020-11-10 Thread AudioGames . net Forum — Developers room : Blind angel 444 via Audiogames-reflector
Re: syngen, audio game and synthesis library for the web What  do I need to use your program? I’m a beginner programmer and I wanted to know what programs I needed to learn, before using this guide.Congratulations on your new program!!! I cannot wait to use it! URL: https

Re: syngen, audio game and synthesis library for the web

2020-11-10 Thread AudioGames . net Forum — Developers room : frastlin via Audiogames-reflector
Re: syngen, audio game and synthesis library for the web @shiftBacktick I sent you a PM. URL: https://forum.audiogames.net/post/588519/#p588519 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo

Re: syngen, audio game and synthesis library for the web

2020-11-03 Thread AudioGames . net Forum — Developers room : shiftBacktick via Audiogames-reflector
Re: syngen, audio game and synthesis library for the web @6:You can download the games from their releases on GitHub (portable HTML, Windows, and Linux builds are available), or you can play directly in the browser by going to the itch pages linked from their About sections.I've never used

Re: syngen, audio game and synthesis library for the web

2020-11-03 Thread AudioGames . net Forum — Developers room : shiftBacktick via Audiogames-reflector
Re: syngen, audio game and synthesis library for the web @6:You can download the games from their releases on GitHub (portable HTML, Windows, and Linux builds are available), or you can play directly in the browser by going to the itch pages linked from their About sections.I've never used

Re: syngen, audio game and synthesis library for the web

2020-11-03 Thread AudioGames . net Forum — Developers room : ashleygrobler04 via Audiogames-reflector
Re: syngen, audio game and synthesis library for the web @5, keep up the great work. this sounds cool. i love it URL: https://forum.audiogames.net/post/586314/#p586314 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com

Re: syngen, audio game and synthesis library for the web

2020-11-03 Thread AudioGames . net Forum — Developers room : frastlin via Audiogames-reflector
Re: syngen, audio game and synthesis library for the web I didn't know about these! Can you do a build and upload the games to gh-pages so I don't need to download a file and run npm install?Also, what's different about sygnen than something like:https://github.com/rserota/wad URL: https

Re: syngen, audio game and synthesis library for the web

2020-11-03 Thread AudioGames . net Forum — Developers room : shiftBacktick via Audiogames-reflector
Re: syngen, audio game and synthesis library for the web @4:You can absolutely use this with pure JS. Check out the example directory to find examples of that. Sometimes for larger projects I like to use Node to help glue things together, but it's not required (see my template repository

Re: syngen, audio game and synthesis library for the web

2020-11-03 Thread AudioGames . net Forum — Developers room : ashleygrobler04 via Audiogames-reflector
Re: syngen, audio game and synthesis library for the web will this work in pure JS also? or do i need to make use of node? URL: https://forum.audiogames.net/post/585899/#p585899 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin

Re: syngen, audio game and synthesis library for the web

2020-11-01 Thread AudioGames . net Forum — Developers room : Turret via Audiogames-reflector
Re: syngen, audio game and synthesis library for the web Hey cool!  I'll have to take a look at this.  Nice work. URL: https://forum.audiogames.net/post/585413/#p585413 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com

Re: syngen, audio game and synthesis library for the web

2020-11-01 Thread AudioGames . net Forum — Developers room : ogomez92 via Audiogames-reflector
Re: syngen, audio game and synthesis library for the web Very good engine. Impressed. I've been wanting to build something with it, but I've been working on other projects first. URL: https://forum.audiogames.net/post/585245/#p585245 -- Audiogames-reflector mailing list Audiogames

Re: syngen, audio game and synthesis library for the web

2020-11-01 Thread AudioGames . net Forum — Developers room : ogomez92 via Audiogames-reflector
Re: syngen, audio game and synthesis library for the web Very good engine. Impressed. URL: https://forum.audiogames.net/post/585245/#p585245 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo

syngen, audio game and synthesis library for the web

2020-10-31 Thread AudioGames . net Forum — Developers room : shiftBacktick via Audiogames-reflector
syngen, audio game and synthesis library for the web Over the past year I’ve used web technologies to create audio games like soundStrider and participate in numerous game jams. With syngen I’m releasing my tools as open-source so folks can join me in crafting dynamic audio experiences

syngen, audio game and synthesis library for the web

2020-10-31 Thread AudioGames . net Forum — Developers room : shiftBacktick via Audiogames-reflector
syngen, audio game and synthesis library for the web Over the past year I’ve used web technologies to create audio games like soundStrider and participate in numerous game jams. With syngen I’m releasing my tools as open-source so folks can join me in crafting dynamic audio experiences

syngen, audio game and synthesis library for the web

2020-10-31 Thread AudioGames . net Forum — Developers room : shiftBacktick via Audiogames-reflector
syngen, audio game and synthesis library for the web Over the past year I’ve used web technologies to create audio games like soundStrider and participate in numerous game jams. With syngen I’m releasing my tools as open-source so folks can join me in crafting dynamic audio experiences