-
I installed chaquopy on my Android Studio then ı tried to run below code
```
import speech_recognition as sr
import time
r = sr.Recognizer()
mic = sr.Microphone()
def transcript(transcript…
-
We need to decide on datasets to use in the library. The primary purposes of the datasets will be
1. Benchmarking results to show efficacy of the library
2. Benchmarking results to see which tran…
-
### Self Checks
- [X] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general).
- [X] I have s…
-
### System Info
- `transformers` version: 4.28.1
- Platform: Windows-10-10.0.22621-SP0
- Python version: 3.11.2
- Huggingface_hub version: 0.14.1
- Safetensors version: not installed
- PyTorch…
-
```
Obviously this is a non-trivial request/suggestion.
Something like the Google Mobile Voice recognition.
Workflow:
Tap home/Lift phone to ear
*audio prompt*
Say the name of the application
QG la…
-
We could use a Text-to-speech (TTS) system to generate an audio sample, and store it using a well known format, like Opus, etc.
The stretch goal would be to do it in such a way that voice recogniti…
-
# Compatibility Report
- Name of the game with compatibility issues: Phasmophobia
- Steam AppID of the game: 739630
## System Information
- GPU: RX 590
- Driver/LLVM version: 4.6 Mesa 20.3.0-de…
-
## Introduction
Computers can turn speech into text. It's sometimes called "Speech Recognition".
It takes a lot of previewing per and memory, to run some funky algorithms to transcode an audio f…
-
Originally posted in https://community.asterisk.org/t/different-sample-rate-for-outbound-call-recording/81434/2
The motivation is that often only 8khz codecs are available/selected in negotiating, …
-
This is coming from #10930
In this we will investigate how we can implement voice recognition in DialogFlow chatbot. So, when customer sends an audio note, it should listen to it and then send the…