This release is a pre-release and may not be stable for production use.
Audio Recording Skill
This skill records audio to a file. It needs ovos-dinkum-listener.
About
The skill records audio to a file and disables wake words and speech-to-text while it is active. It needs ovos-dinkum-listener.
A similar skill, OpenVoiceOS/ovos-skill-dictation, saves text transcriptions instead of audio.
To avoid trapping a user in recording mode, you can configure a stop hotword. This special wake word only works during recording mode. When detected, it restores the listener to its default state. By default, no stop hotword is set.
A recording started by this skill times out after 4 minutes. Change this limit with the max_recording_seconds setting.
If a mycroft.stop bus message arrives (for example, "stop" on the CLI), the skill takes dinkum out of recording mode, but only if this skill started the recording.
Dinkum does not yet have a native, optional timeout that uses voice activity detection to stop a recording after a period of silence.
Examples
- "new recording"
- "start recording"
- "new recording named {file_name}"
Entity hints
The skill ships locale/<lang>/intents/name.entity, a list of example recording titles ("voice memo", "meeting", "interview", ...) for the {name} slot in start_recording.intent. These are hints, not a closed list: any title you say, including one not on the list, still fills the slot and is used as the recording's file name; listed titles simply match with more confidence. ovos-workshop (>=9.5.0a1) registers every shipped .entity file automatically when the skill's language resources are loaded, so nothing needs to be configured for this.
Credits
Release files for ovos-skill-audio-recording 0.7.1a1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ovos_skill_audio_recording-0.7.1a1.tar.gz | 20.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ovos_skill_audio_recording-0.7.1a1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 52.4 kB
Release files / ovos_skill_audio_recording-0.7.1a1.tar.gz
| Download URL | ovos_skill_audio_recording-0.7.1a1.tar.gz |
|---|---|
| Size | 20.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c74f7f7a66c9945b447bc6fa84f0665200af872fe4a476f520bae439ccc6f86d
|
|
BLAKE2b-256 checksum How to use checksums |
7c748b330250b3793344855942b10c818147c23a205535736b6ed39c378c291f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / ovos_skill_audio_recording-0.7.1a1-py3-none-any.whl
| Download URL | ovos_skill_audio_recording-0.7.1a1-py3-none-any.whl |
|---|---|
| Size | 32.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
fe32f9ad152a7305c53b7b78b2c36a18ce7221bfd68b95d0c6420541ee109229
|
|
BLAKE2b-256 checksum How to use checksums |
4ea5ce55408d841ff8768895e66ee80e55c8bbe7ef747813f9f11dd66952ab8d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|