-
Simple code:
`import speech_recognition as sr
r = sr.Recognizer()
with sr.Microphone() as source:
print("Say something!")
audio = r.listen(source)
print(r.recognize_google(audio))`…
-
### Is your feature request related to a problem? Please describe.
For example in notepad if you have selected text and you press move to focus gesture (nvda+numpad minus or nvda+backspace) whole…
-
- Docker镜像版本:funasr-runtime-sdk-online-cpu-0.1.10
Dockerfile:
```dockerfile
FROM registry.cn-hangzhou.aliyuncs.com/funasr_repo/funasr:funasr-runtime-sdk-online-cpu-0.1.10
WORKDIR /workspace/Fu…
-
is there possible run this speech project on tina linux(R329), I guess some lib file(libms_asr_XXX.so) are based on debian linux.
weity updated
1 month ago
-
Text to speech
- After clicking "ReadAloud" trigger tts on the stored string of text from the upload file
-
-
**IN ORDER TO ASSIST YOU, PLEASE PROVIDE THE FOLLOWING:**
- Speech SDK log taken from a run that exhibits the reported issue.
```
Managed Stack Trace:
Microsoft.CognitiveServices.Speech.Inter…
-
Hello! Trying to get some lipsync done for a spine event, and Rhubarb is finding the images and files correctly, but when I go to animate the audio, I get an error that says:
> Error processing fil…
-
### System Info
transformers.js: 3.0.2
chrome: 130
OS: macos
### Environment/Platform
- [X] Website/web-app
- [ ] Browser extension
- [ ] Server-side (e.g., Node.js, Deno, Bun)
- [ ] Des…
-
Hey man! Great job with the library, been super duper helpful.
I've been running some tests with live speech, which will be my use case, and I've seen that oftentimes when the audio gets normalized…