Mert Sefa AKGUN
Mert Sefa AKGUN
@zayats1 Hey, i fixed my problem with using platformio core. I also patch some package files because im using Python3.10+. Changes: ~ /home/$USER/.platformio/packages/framework-mbed/platformio/package_deps/py3/past/types/oldstr.py Line 5 : + from collections import...
> > @zayats1 Hey, i fixed my problem with using platformio core. I also patch some package files because im using Python3.10+. Changes: ~ /home/$USER/.platformio/packages/framework-mbed/platformio/package_deps/py3/past/types/oldstr.py Line 5 : > >...
This PR could have missing or wrong parts. So, before merging it let's discuss on it. - We should change icons under `src-tauri/icons/` - Maybe we can hide window decorators...
It is fast.
Panic when running cargo --help after setting BAT_PAGER=builtin (compiled from source, debug build) Summary After compiling bat from source (v0.26.0, Rust 1.90.0) in debug mode and adding the binary to...
You can achive that by using secondary STT like Whisper on Groq. I made some custamizations on [VoicePipelineAgent](https://github.com/livekit/agents/blob/6015e111eda63d0c9f33d594bf8366fdd3117461/livekit-agents/livekit/agents/pipeline/pipeline_agent.py#L598) by overriding it's `user_stopped_speaking` event emitter like this: ```py def _on_end_of_speech(ev: vad.VADEvent)...
> [@imsakg](https://github.com/imsakg?rgh-link-date=2025-03-21T13%3A14%3A02.000Z) interesting, would this also work with other STT providers? Like Deepgram? @vvv-001 Yupp! I'm exactly using Deepgram as only STT provider on my pipeline. I'm using Whisper for...
> Hey [@imsakg](https://github.com/imsakg?rgh-link-date=2025-03-29T20%3A51%3A41.000Z), could you share a bit more context? Hey, I believe I have provided enough context along with the source codes. I also think anyone can accomplish this...
> What is the latency that you guys are achieveing using these approach Not much. Groq's Whisper one of the fastest STT available in market. Instead you can use Eleven's...