Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adisol07/sharpspeech
SharpSpeech is free, local and open source way to speech and wake word recognition.
https://github.com/adisol07/sharpspeech
audio speech speech-recognition speech-to-text wake-word-detection wakeword whisper whisper-ai
Last synced: 14 days ago
JSON representation
SharpSpeech is free, local and open source way to speech and wake word recognition.
- Host: GitHub
- URL: https://github.com/adisol07/sharpspeech
- Owner: Adisol07
- License: mit
- Created: 2024-05-31T15:57:23.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-10-06T09:11:10.000Z (about 1 month ago)
- Last Synced: 2024-10-16T22:53:35.309Z (29 days ago)
- Topics: audio, speech, speech-recognition, speech-to-text, wake-word-detection, wakeword, whisper, whisper-ai
- Language: C#
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SharpSpeech
SharpSpeech is free, local and open source way to speech and wake word recognition. \
Latest version: 1.0.4 \
NuGet: https://www.nuget.org/packages/SharpSpeech/ \
Wiki: Coming Soon## About
This library contains implementation for progressive Speech Recognition with automatic stopping when there is silence. \
Also it contains Wake Word Recognition. \
This is in this library thanks to [Whisper.net](https://github.com/sandrohanea/whisper.net) \
It uses [SharperPortAudio](https://github.com/Adisol07/SharperPortAudio) for crossplatform and memory only audio recording.## Upcoming Features
- [ ] Better memory handling
- [ ] Better voice coverage
- [ ] Implement more intuitive way to autostop speech recognition
- [ ] Multilingual support
- [ ] Automatic translation between languages
- [ ] Completly progressive speech to text
- [ ] Better no speech threshold