Deep Chakraborty

Results 16 comments of Deep Chakraborty

Looks like the esm bundle is missing from the dist frolder on v3.0.1 release So the f7 can't find the module. simple use `import 'framework7-plugin-keypad/dist/framework7-keypad.min.js';` That worked for me

> SHould be fixed already in current v4 versions, right? seems like the bug still exists

As @uniartisan suggested, we would all love a backend that leverages DirectX 12 on windows machines, since it's widely available with almost all GPUs with windows drivers. and to be...

> This worked for me: > > ``` > rvm install 2.7.7 --with-openssl-dir=$HOME/.rvm/usr/include/ --force > ``` This saved a lot of time. Thanks

> Is it within scope to implement a webGPU accelerated version of Whisper? As I understand, it's simply a matter of changing the Execution provider now to JSEP. The C++...

I face this with the most basic example while trying out RealtimeTTS. Platform: Windows Python version: 3.12 library installed with selective packages: `pip install -U realtimetts[system,gtts]` Here's my Code: ```...

I have tested some scenarios, and it seems to me that the player thread is taking too much time to start and the main thread is closing before that. There...

> play_async() is nonblocking. I assume the script just ends too fast with this code which terminates the main thread. Can you replace play_async() with play() and test again? with...