neon-skill-audio-recording


Nameneon-skill-audio-recording JSON
Version 0.0.1a1 PyPI version JSON
download
home_pagehttps://github.com/NeonGeckoCom/skill-audio-recording
SummaryAudio recording skill
upload_time2024-05-16 19:46:48
maintainerNone
docs_urlNone
authorNeongecko
requires_pythonNone
licenseBSD-3-Clause
keywords
VCS
bugtrack_url
requirements ovos-utils ovos_workshop
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Audio Recording Skill

Record audio to file, requires [ovos-dinkum-listener](https://github.com/OpenVoiceOS/ovos-dinkum-listener)

## About

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}"

## Credits

[NeonGecko](https://github.com/NeonGeckoCom/skill-audio-recording)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/NeonGeckoCom/skill-audio-recording",
    "name": "neon-skill-audio-recording",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Neongecko",
    "author_email": "developers@neon.ai",
    "download_url": "https://files.pythonhosted.org/packages/c4/12/d62a9354e6075b1a4d3504506a427db51f9703e4cbb3a7f430c119cf63fe/neon-skill-audio-recording-0.0.1a1.tar.gz",
    "platform": null,
    "description": "# Audio Recording Skill\n\nRecord audio to file, requires [ovos-dinkum-listener](https://github.com/OpenVoiceOS/ovos-dinkum-listener)\n\n## About\n\ncontinuously record audio to file and disables wake words/STT while active, made for [ovos-dinkum-listener](https://github.com/OpenVoiceOS/ovos-dinkum-listener)\n\nA similar skill that saves text transcriptions instead of recording audio is [OpenVoiceOS/skill-ovos-dictation](https://github.com/OpenVoiceOS/skill-ovos-dictation)\n\nin 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\n\nwhen started via this skill a audio recording will time out after 4 minutes (max_recording_seconds in skill settings) \n\nif 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\n\n**TODO**: dinkum should have a native (optional) timeout setting, using VAD to automatically stop recording after X seconds of silence\n\n\n## Examples\n\n- \"new recording\"\n- \"start recording\"\n- \"new recording named {file_name}\"\n\n## Credits\n\n[NeonGecko](https://github.com/NeonGeckoCom/skill-audio-recording)\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "Audio recording skill",
    "version": "0.0.1a1",
    "project_urls": {
        "Homepage": "https://github.com/NeonGeckoCom/skill-audio-recording"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f9294cede93b43e695c7862bab844683d188bf695f4a307a1f1e293b83adc3d4",
                "md5": "a91ea74c27dc101b4a6fa2cea707cc09",
                "sha256": "dcbd17e4aef4b80b530b962cfe6f8d045b6e7c8449c78b607930b29c89241650"
            },
            "downloads": -1,
            "filename": "neon_skill_audio_recording-0.0.1a1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a91ea74c27dc101b4a6fa2cea707cc09",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 13341,
            "upload_time": "2024-05-16T19:46:47",
            "upload_time_iso_8601": "2024-05-16T19:46:47.529206Z",
            "url": "https://files.pythonhosted.org/packages/f9/29/4cede93b43e695c7862bab844683d188bf695f4a307a1f1e293b83adc3d4/neon_skill_audio_recording-0.0.1a1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c412d62a9354e6075b1a4d3504506a427db51f9703e4cbb3a7f430c119cf63fe",
                "md5": "130f5051ce556ada006ea855ca428b30",
                "sha256": "9183a0e47d4eaea39e105258968e33e6a588760585cea0a03f43a9aae9cb6cee"
            },
            "downloads": -1,
            "filename": "neon-skill-audio-recording-0.0.1a1.tar.gz",
            "has_sig": false,
            "md5_digest": "130f5051ce556ada006ea855ca428b30",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 6544,
            "upload_time": "2024-05-16T19:46:48",
            "upload_time_iso_8601": "2024-05-16T19:46:48.761207Z",
            "url": "https://files.pythonhosted.org/packages/c4/12/d62a9354e6075b1a4d3504506a427db51f9703e4cbb3a7f430c119cf63fe/neon-skill-audio-recording-0.0.1a1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-16 19:46:48",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "NeonGeckoCom",
    "github_project": "skill-audio-recording",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "ovos-utils",
            "specs": [
                [
                    "~=",
                    "0.0"
                ],
                [
                    ">=",
                    "0.0.28"
                ]
            ]
        },
        {
            "name": "ovos_workshop",
            "specs": [
                [
                    "~=",
                    "0.0"
                ],
                [
                    ">=",
                    "0.0.12a27"
                ]
            ]
        }
    ],
    "lcname": "neon-skill-audio-recording"
}
        
Elapsed time: 0.38717s