-
Hi, @timediv. I changed in the recording.py
```
print('Recording audio')
raw_audio, sample_width = recorder.record()
raw_audio = np.array(raw_audio)
```
to
```
import soundfile as sf
raw_aud…
-
I added `node_modules/node-record-lpcm16/examples/speech-to-text.js`:
```js
'use strict';
const path = require("path");
const fs = require("fs");
const {record} = require('../');
const speech …
avi12 updated
4 years ago
-
sudo apt-get install libsndfile1-dev ffmpeg enchant
conda create -n tts-env
conda activate tts-env
pip3 install -U torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/…
-
Thank you for sharing the low-resource parallel corpus with alignment and its French translation.
I'm trying to use some phonological knowledge on the Mboshi, but I encountered some confusability o…
-
http://www.speech.cs.cmu.edu/sphinx/doc/Sphinx.html
-
**Environment Information (please complete the following information):**
- OS: [Windows]
- Python Version [3.11]
- LLM that you're using: [glm-4]
- Other Configurations except the LLM api/key …
uebhh updated
7 months ago
-
I'm trying to do speech recognition for a very simple language.
I am trying to build it with my own data based on the vosk-api/training script.
Building the model seems to be going well, but it do…
-
```
error after make command
i want to develop language model but following error occurs
checke attached make file
mitlm using latest version from svn repository
ubuntu 12.04 32bit system
libtool: li…
-
This would be as a replacement for the current part of speech identification. It would be optional (for speed), and use modern techniques for part of speech identification like Hidden Markov Models. T…
-
## Feature Request
**Description of the feature you'd like:**
Want to use the user's own wit.ai and deepl API key for real-time speech-to-text translation.
**Feature Background:**
After us…