Metadata-Version: 2.4
Name: ovos-skill-dictation
Version: 0.2.25a1
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

continuously transcribes user speech to text file while enabled, made for [ovos-dinkum-listener](https://github.com/OpenVoiceOS/ovos-dinkum-listener)

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

## About

captures utterances and disables wake words while active

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

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

## Credits
JarbasAI
