-
### PsychoPy Version
2024.2.1
### What OS are your PsychoPy running on?
Windows 10
### Bug Description
My python version: 3.10.11
I'm using a VENV virtual environment. I recently changed the v…
-
I have the following frontend code which sends audio data over a websocket in the browser (using the microphone):
```javascript
const webSocket = new WebSocket('ws://127.0.0.1:3000');
webSocket.o…
-
This PR seeks to add `pre-commit` (see [here](https://pre-commit.com/)) to this repository.
> Git hook scripts are useful for identifying simple issues before submission to code review. We run our…
-
Hi I'd like to run RealtimeSTT with a cloud gpu and the gpu is connected to my VScode on my local via ssh. How can I use my local mic as input?
-
Dear Bark Repository Maintainers,
I am writing to request an update to the README file of the Bark repository to provide instructions on how to download and load the required Bark models on a SageM…
-
### Describe the bug
I am trying to use `compress_json` and encountering ZeroDivisionError
### Steps to reproduce
```python
from llmlingua import PromptCompressor
llm_lingua = PromptCompr…
-
Is there a way to get the audio data while the speech is active before it ends? I want to get the audio data when the speech starts, stream it to the back end in real-time and stop streaming when it e…
-
### Describe the bug
I installed the custom tool into Azure Promptflow. I am using a llama-7b-text-generation MaaS running on Azure.
When testing my Promptflow, the first problem was that the `to…
-
**Describe the bug**
On my setup, NMEA sentences published by the GQ7 are occasionally empty or do not pass the checksum. This usually happens after some time (ranging from minutes to hours, but happ…
-
Hi! I followed the instructions for fine-tuning my corpus and (I think) managed to do so successfully after days of debugging. I have A LOT of implementation questions and the following is half-guide,…