Metadata-Version: 2.4
Name: ovos-skill-dictation
Version: 0.2.26a1
Summary: transcribe speech to a text note by voice
Author-email: JarbasAi <jarbasai@mailfence.com>
License: Apache-2.0
Project-URL: Homepage, https://github.com/OpenVoiceOS/ovos-skill-dictation
Keywords: ovos,skill,plugin
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: ovos-workshop<10.0.0,>=9.0.2a1
Provides-Extra: test
Requires-Dist: ovoscope<2.0.0,>=1.0.0a1; extra == "test"
Requires-Dist: ovos-bus-client>=2.2.0a1; extra == "test"
Requires-Dist: ovos-core[lgpl,plugins]>=2.0.0a1; extra == "test"
Requires-Dist: pytest>=5.2.4; extra == "test"
Dynamic: license-file

# Dictation skill

This skill transcribes user speech to a text file while it is active. It is made for [OpenVoiceOS/ovos-dinkum-listener](https://github.com/OpenVoiceOS/ovos-dinkum-listener).

A related skill, [OpenVoiceOS/skill-ovos-audio-recording](https://github.com/OpenVoiceOS/skill-ovos-audio-recording), records audio instead of text transcriptions.

## About

The skill captures utterances and disables wake words while dictation is active.

- start dictation
  - enable continuous conversation mode
  - capture all utterances in the converse method
- converse
  - show the dictation on screen live
- stop dictation
  - restore listener mode
  - save the dictation to a file
  - show the full dictation on screen

## Examples
* "start dictation"
* "end dictation"

## Credits
JarbasAI
