-
Google Speech Recognition thinks you said ok mirror
Found face
I'm listening
Found audio
Google Speech Recognition thinks you said ok mirror
Found face
I'm listening
-
I´ve been running AI-Smart-Mirror together with Magic Mirror for quite some time now but since two days or so it doens´t work anymore and collapses after it recognized audio the first time. It somehow…
-
-
**This is the code:**
import pyttsx3
import datetime
speech_recognition as sr
engine = pyttsx3.init('sapi5')
voices = engine.getProperty('voices')
engine.setProperty('voic…
-
Hey, I use speech_recognition with python2.7
`import speech_recognition as sr `
`r = sr.Recognizer()`
`with sr.Microphone() as source:`
` print("Say something!")`
` audio = r.listen(so…
-
See [the specifications](https://docs.google.com/spreadsheets/d/1TrRes-WEILkoEi_m1qJZ3n3pPk4ZbIdUKs6cqd9vVZ0/edit?usp=sharing) of the data to be stored per experiments:
- [ ] Image https://cltl.g…
-
**Browsers and versions affected**
**Description**
My application offers a webrtc communication with audio and video stream and I want add a speech recognition using android.speech API. The sp…
-
### Feature request
export `audio-classification` model based on OpenAI whisper model to other formats
### Motivation
After loading OpenAI's whisper:
```
transformers.WhisperForAudioClass…
-
My primary use case is running speech recognition on live audio sources like microphones or system audio (see https://github.com/petewarden/spchcat). I've noticed that the first 30 seconds or so is us…
-
# Task
Task: Research on audio fingerprinting and its algorithms
## Task Description
This task will look into the concepts of audio fingerprinting and the algorithms behind it. Relevant resou…