Template:Infobox Voice Assistant: Difference between revisions

From Voice Technology Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 28: Line 28:
   {{!}} {{{license}}}
   {{!}} {{{license}}}
}}
}}
{{#if:{{{License|}}} | <nowiki />
{{#if:{{{SupportedOS|}}} | <nowiki />
   {{!}}-
   {{!}}-
   {{!}} Operating System
   {{!}} Operating System
   {{!}} {{{SupportedOS|}}}
   {{!}} {{{SupportedOS|}}}
}}
}}
|-
{{#if:{{{CodeLanguage|}}} | <nowiki />
!Programming Language
  {{!}}-
|{{{CodeLanguage|}}}
  {{!}} Programming Language
|-
  {{!}} {{{CodeLanguage}}}
!Supported Languages
}}
|{{{SupportedLanguages|}}}
{{#if:{{{SupportedLanguages|}}} | <nowiki />
|-
  {{!}}-
!Internetaccess required
  {{!}} Supported Languages
|{{{InternetRequired|}}}
  {{!}} {{{SupportedLanguages}}}
|-
}}
!Default STT Engine
{{#if:{{{InternetRequired|}}} | <nowiki />
|{{{DefaultSTT|}}}
  {{!}}-
|-
  {{!}} Internetaccess required
!Default Wakeword
  {{!}} {{{InternetRequired}}}
|{{{WakeWord|}}}
}}
|-
{{#if:{{{DefaultSTT|}}} | <nowiki />
!Default TTS Engine
  {{!}}-
|{{{DefaultTTS|}}}
  {{!}} Default STT Engine
|-
  {{!}} {{{DefaultSTT}}}
!Latest Version
}}
|{{{LatestVersion|}}}
{{#if:{{{WakeWord|}}} | <nowiki />
|-
  {{!}}-
!Latest Update
  {{!}} Default Wakeword
|{{{LatestReleaseDate|}}}
  {{!}} {{{WakeWord}}}
|}
}}
{{#if:{{{DefaultTTS|}}} | <nowiki />
  {{!}}-
  {{!}} Default TTS Engine
  {{!}} {{{DefaultTTS}}}
}}
{{#if:{{{LatestVersion|}}} | <nowiki />
  {{!}}-
  {{!}} Latest Version
  {{!}} {{{LatestVersion}}}
}}
{{#if:{{{LatestReleaseDate|}}} | <nowiki />
  {{!}}-
  {{!}} Latest Update
  {{!}} {{{LatestReleaseDate}}}
}}
</onlyinclude>
</onlyinclude>



Revision as of 02:04, 22 December 2021

{{Infobox Voice Assistant
| Name = Cool voice assistant
| SupportedOS = Raspian
| CodeLanguage = Python3
| SupportedLanguages = multi
| InternetRequired = yes
| WakeWord = Hey assistant
| LatestReleaseDate = 2021-12-21
}}


Infobox template for all available (open) voice assistants.

Infobox Voice Assistant

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
NameName

Name of voice assistant, project or building company.

Example
Cool Voice Assistant
Stringoptional
UrlUrl

Webaddress for further information on this voice assistant.

Example
https://www.CoolVoiceAssistant.local
URLoptional
LicenseLicense

License this voice assistant is build / delivered with.

Stringoptional
SupportedOSSupportedOS

Supported Operating Systems

Default
Raspian, Ubuntu, Mac OS X, Windows
Stringrequired
CodeLanguageCodeLanguage

Developped in which code language

Default
Python, Perl, PHP, ...
Stringoptional
SupportedLanguagesSupportedLanguages

Languages supported by this voice assistant (multi for several languages).

Default
multi
Stringoptional
InternetRequiredInternetRequired

Is Internet access required for this voice assistant to work properly

Booleanrequired
DefaultSTTDefaultSTT

Default engine for speech recognition.

Default
Cloud, Deepspeech, Kaldi, ...
Stringoptional
DefaultTTSDefaultTTS

Default engine for speech generation (TTS)

Example
Cloud, Coqui TTS, ...
Stringoptional
WakeWordWakeWord

Default Wakeword to activate Voice assistant.

Default
Hey Mycroft.
Stringrequired
LatestVersionLatestVersion

Latest public stable available version

Stringoptional
LatestReleaseDateLatestReleaseDate

Release date of latest stable version.

Dateoptional