Ali-Amir Aldan

Results 9 comments of Ali-Amir Aldan

Also, in regard to that, does speaker placement and speaker itself play a role in the AEC performance?

Thanks for your reply @xiongyihui. I have a few follow up questions: What is a long enough time delay to see those effects? How close / far should the speaker...

You can generate `xml` with gcvor today and that worked for me without having to do format conversion. Note that you may have issues with relative paths depending on how...

I'm also having an issue with the ES import. My code is failing on importing from 'tw-elements': ``` 6:52:05 PM [vite] Error when evaluating SSR module /src/routes/+layout.svelte: failed to import...

Hi @BillyAlbornoz. Thanks for the quick response. I was able to use the umd style import before and was hoping that the new ES works since it's in the official...

@BillyAlbornoz Actually, even the old stuff stopped working for me. I was able to get it to work with a hack: ``` onMount(async () => { if (browser) { const...

@BillyAlbornoz Good point. ~~Assigning and referencing the variable works~~ (actually, looks like it was a fluke): ``` const init_result = te.initTE({ Modal: te.Modal }) init_result // This reference is needed...

Thanks @BillyAlbornoz. This is what I've ended up using. It didn't work consistently when I loaded from `+layout.svelte`. But once I moved it to a component it started working fine....

~~I'm experiencing similar issues as #22 (ENOTTY when opening a socat/`TTYPort::pair` port on MacOS). Is there anything we could do to help with getting a fix?~~ Please, never mind. With...