-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathskill.json
44 lines (44 loc) · 2.08 KB
/
skill.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"title": "",
"url": "https://github.com/NeonGeckoCom/skill-audio-recording",
"summary": "",
"short_description": null,
"description": "continuously record audio to file and disables wake words/STT while active, made for [ovos-dinkum-listener](https://github.com/OpenVoiceOS/ovos-dinkum-listener) A similar skill that saves text transcriptions instead of recording audio is [OpenVoiceOS/skill-ovos-dictation](https://github.com/OpenVoiceOS/skill-ovos-dictation) in order to avoid users accidentally locking themselves in recording mode a special kind of wake word called a *stop hotword* can be configured, these special hotwords are only used during recording mode and will restore the listener to default state if detected. By default no *stop hotword* is pre-configured when started via this skill a audio recording will time out after 4 minutes (max_recording_seconds in skill settings) if a `mycroft.stop` bus message is emitted (eg, \"stop\" via cli) the skill will take dinkum out of recording mode if recording was initiated by this skill **TODO**: dinkum should have a native (optional) timeout setting, using VAD to automatically stop recording after X seconds of silence",
"examples": [
"new recording",
"start recording",
"new recording named {file_name}"
],
"desktopFile": false,
"warning": "",
"systemDeps": false,
"requirements": {
"python": [
"ovos-utils~=0.0,>=0.0.28",
"ovos-workshop~=0.0,>=0.0.13"
],
"system": {},
"skill": []
},
"incompatible_skills": [],
"platforms": [
"i386",
"x86_64",
"ia64",
"arm64",
"arm"
],
"branch": "master",
"license": "BSD-3-Clause",
"icon": "",
"category": "",
"categories": [],
"tags": [],
"credits": [
"NeonGecko"
],
"skillname": "skill-audio-recording",
"authorname": "NeonGeckoCom",
"foldername": null,
"audio recording skill": "Record audio to file, requires [ovos-dinkum-listener](https://github.com/OpenVoiceOS/ovos-dinkum-listener)"
}