1
0
mirror of https://github.com/tiyn/wiki.git synced 2026-03-03 22:34:46 +01:00

added speech recognition and synthesis

This commit is contained in:
2026-02-28 10:10:16 +01:00
parent 2af682fbc7
commit 467b28c797
2 changed files with 19 additions and 0 deletions

View File

@@ -15,6 +15,11 @@ For voice based communication, social platforms or messengers navigate to the
[section](/wiki/communication.md#social-platforms-messengers-and-voip-services).
For headphones navigate to the [headphones article](/wiki/headphones.md):
## Speech Recognition and Synthesis
[Speech recognition and synthesis](/wiki/speech_recognition_and_synthesis.md) describe processes to
understand and convert spoken language to text aswell as the reverse process.
## Technical Specifications
This section aswell as its subsections address all technical things about audio, like connections,

View File

@@ -0,0 +1,14 @@
# Speech Recognition and Synthesis
Speech recognition describes the process of understanding and interpreting spoken language.
The most common form of this is speech-to-text (STT) programs, that convert spoken language into
text.
On the other hand speech synthesis describes the artificial production of human speech.
A Text-to-speech (TTS) program is one, that converts an input text to speech.
## Speech-to-Text Programs
The following is a list of STT programs.
- [Nerd Dictation](https://github.com/ideasman42/nerd-dictation/) is an offline speech recognition
software for [Linux](/wiki/linux.md)-based operating systems.