-
Is it not possible to transcribe long audio files, around ~3 hours? I am trying to transcribe the 3-hour audio to Hindi, but it uses huge memory.
```
import torch
import nemo.collections.asr as …
-
### Extension
https://www.raycast.com/nchudleigh/superwhisper
### Description
The Superwhisper extension for Raycast could benefit from a new command that can transcribe currently selected audio/vi…
-
## Inspiration
So there is a gradio space [https://huggingface.co/spaces/hf-audio/whisper-large-v3](url) that uses whisper, from the hugging face api :
```python
import spaces
import torch
…
240db updated
1 month ago
-
To the Microsoft Support Team,
We have been using ConversationTranscriber of the Azure Speech SDK, to implement Diarization in our project, and have encountered an issue in which we need your assis…
-
```
path = r"D:\Project\Python_Project\FasterWhisper\large-v3"
model = WhisperModel(model_size_or_path=path, device="cuda", local_files_only=True)
segments, info = model.transcribe("audio.wav",…
-
**Is your feature request related to a problem? Please describe.**
I have a dataset with uncommon words that I cannot expect Whisper or any ASR model to be able transcribe accurately. The dataset is …
-
earlier this year I created an asr, and built a test client, connect, transcribe, send audiochunks from 2 wav files,
check tanscript..
all good
trying to build my own service runner
testing ea…
-
### **Description:**
Integrate a speech-to-text module to handle audio files, converting speech to text for interaction. This feature will allow users to upload audio files and interact with the tran…
-
Currently batch processing attempts to process all files in the given directory, even hidden ones (macOS's `.DS_store` is currently deny listed). Attempting to process a non-audio file causes the tran…
-
### Discussed in https://github.com/langchain-ai/langchain/discussions/27404
Originally posted by **kodychik** October 16, 2024
### Checked
- [X] I searched existing ideas and did not find …