Kristoffer Strube

Results 81 comments of Kristoffer Strube

Makes sense. We will try to fix this. This is specifically for the Sample-Fixed formats.

Yeah, definitely. I can't say when. If you have a need for it I might be able to prioritize it. :)

Hey @jlchavez do you have a need for changing the location of the resource? It is correct that I have employed this pattern in my `Blazor.FileSystemAccess` library, but I would...

Hey @jlchavez, I recently found out that you can use what is called an [importmap](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/script/type/importmap) to solve this problem, so I don't think we should make this change in the...

Hey @ElderJames :D I have been working on a sample for that previously (last year), but back then I hit some performance limitations caused by some extra serialization that was...

Hey @colombo9 I'm happy that you are interested in the library. :) I've made a link [here](https://kristofferstrube.github.io/Blazor.WebAudio/Playground?code=H4sIAAAAAAACA5XS0W6DIBQG4Ps9BaHXbKKCNNEm22Lfg8JpJVVYlGbt2w%2BidnbZknnlycmR%2F%2BNo2YPySEsvCbTQgfX%2B9gEV7kAbSQbfg%2ByIvGjjyOAuvQKMjK5wuuVcHzOBURhx5%2FDCJhVvfM%2FnBvk02jdhEKMGzKnxFaZJgtHcZqG%2Bxl6O0S08ucC78iViduip%2FAM1OjQM3ljpjbMjRoE6pAySBaZ%2Bz5PidSVGpMUKzEmaKV%2FnBXDxsIy6Zlm%2BX5mfMzbmFxkeA2NGhZPnB09rLPziUc7aMOH6cBatcMbjZkNBxQJ2aKU6%2F2SxKe3Yu45Yp2H5fa9pgOURFgq6nWXeTZP3ywdhlP1fWFA2CeOpa4XfS49CQYtJGG%2F7KLz%2FHrPwC%2FGoogX0AgAA) for you above sample and adjusted the gain to something within the normal...

Hey @colombo9 you can't attach files to a response on an issue by attaching the files to an email. So I didn't get that recording. My guess would be that...

Hey again @colombo9 I would guess that this is due to the echo cancellation or noise suppression as mentioned previously. I have updated the demo to disable those two features....

And now you can toggle this on and off in the demo directly: ![image](https://github.com/user-attachments/assets/8ad7447d-b524-455d-9935-98789f0f21f5)

A similar thing for `IJSObjectReference` would be cool as well so that classes that wrap a JS object would not need to have a `JSRuntime` and a `IJSObjectReference` to make...