neon-skill-audio-record


Nameneon-skill-audio-record JSON
Version 1.0.1 PyPI version JSON
download
home_pagehttps://github.com/NeonGeckoCom/skill-audio_record
SummaryNone
upload_time2024-04-03 18:32:01
maintainerNone
docs_urlNone
authorNeongecko
requires_pythonNone
licenseBSD-3-Clause
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # <img src='https://0000.us/klatchat/app/files/neon_images/icons/neon_skill.png' card_color="#FF8600" width="50" style="vertical-align:bottom">Audio Record

## Summary

Record and playback short audio clips with Neon.

## Description

This Skill records audio from the microphone and allows you to play back that recording.

Note that this Skill is particularly useful when trying to diagnose microphone issues because it allows you to "hear" 
what Neon is hearing - For example, if you have multiple audio inputs or are working on the new skill that requires pure microphone feed.

## Examples

Say `“Hey Neon”` if you are in the wake words mode, otherwise include `"Neon"` at the beginning of your request.
You can request a recording with a particular name and/or duration, but neither are required. For example:
- "record audio"
- "record audio for 30 seconds"
- "record my daily prescriptions"
- "record my daily prescriptions for 1 minute"
You can have as many recordings [as your memory allows.](https://www.linux.com/blog/linux-101-check-disk-space-command)

## Troubleshooting

This skill is designed to help troubleshoot microphone issues. If you have any problems with skill’s execution, try executing the subprocess command, which is called from the skill, after filling in the placeholders -

    subprocess.Popen(["arecord", "-r", str(rate), "-c", str(channels), "-d", str(duration), file_path])

Manually and see if you have similar results. You microphone issue may be system-wide or limited to Neon and this will help determine that.

## Contact Support

Use the [link](https://neongecko.com/ContactUs) or [submit an issue on GitHub](https://help.github.com/en/articles/creating-an-issue)

## Credits
[Mycroft AI](https://github.com/MycroftAI)
[NeonDaniel](https://github.com/NeonDaniel)
[reginaneon](https://github.com/reginaneon)

## Category
**Configuration**

## Tags
#audio
#record
#record-audio
#microphone
#configuration

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/NeonGeckoCom/skill-audio_record",
    "name": "neon-skill-audio-record",
    "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/68/05/f4e6f549104ec3240b23f04d10fb9e7527db4aad5fd80f454f1be19f42cb/neon-skill-audio_record-1.0.1.tar.gz",
    "platform": null,
    "description": "# <img src='https://0000.us/klatchat/app/files/neon_images/icons/neon_skill.png' card_color=\"#FF8600\" width=\"50\" style=\"vertical-align:bottom\">Audio Record\n\n## Summary\n\nRecord and playback short audio clips with Neon.\n\n## Description\n\nThis Skill records audio from the microphone and allows you to play back that recording.\n\nNote that this Skill is particularly useful when trying to diagnose microphone issues because it allows you to \"hear\" \nwhat Neon is hearing - For example, if you have multiple audio inputs or are working on the new skill that requires pure microphone feed.\n\n## Examples\n\nSay `\u201cHey Neon\u201d` if you are in the wake words mode, otherwise include `\"Neon\"` at the beginning of your request.\nYou can request a recording with a particular name and/or duration, but neither are required. For example:\n- \"record audio\"\n- \"record audio for 30 seconds\"\n- \"record my daily prescriptions\"\n- \"record my daily prescriptions for 1 minute\"\nYou can have as many recordings [as your memory allows.](https://www.linux.com/blog/linux-101-check-disk-space-command)\n\n## Troubleshooting\n\nThis skill is designed to help troubleshoot microphone issues. If you have any problems with skill\u2019s execution, try executing the subprocess command, which is called from the skill, after filling in the placeholders -\n\n    subprocess.Popen([\"arecord\", \"-r\", str(rate), \"-c\", str(channels), \"-d\", str(duration), file_path])\n\nManually and see if you have similar results. You microphone issue may be system-wide or limited to Neon and this will help determine that.\n\n## Contact Support\n\nUse the [link](https://neongecko.com/ContactUs) or [submit an issue on GitHub](https://help.github.com/en/articles/creating-an-issue)\n\n## Credits\n[Mycroft AI](https://github.com/MycroftAI)\n[NeonDaniel](https://github.com/NeonDaniel)\n[reginaneon](https://github.com/reginaneon)\n\n## Category\n**Configuration**\n\n## Tags\n#audio\n#record\n#record-audio\n#microphone\n#configuration\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": null,
    "version": "1.0.1",
    "project_urls": {
        "Homepage": "https://github.com/NeonGeckoCom/skill-audio_record"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "32f490679df36a95487333631db312aefbfbc419ccd0f2728a5262814fda30d5",
                "md5": "f74c8e0479ee37782b5528bc72b89553",
                "sha256": "b3bbe08f2657a61b98e087d1559d1dc1b5f3a12ddc06f41a2f1f11b6c5554e71"
            },
            "downloads": -1,
            "filename": "neon_skill_audio_record-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f74c8e0479ee37782b5528bc72b89553",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 73177,
            "upload_time": "2024-04-03T18:32:00",
            "upload_time_iso_8601": "2024-04-03T18:32:00.016375Z",
            "url": "https://files.pythonhosted.org/packages/32/f4/90679df36a95487333631db312aefbfbc419ccd0f2728a5262814fda30d5/neon_skill_audio_record-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6805f4e6f549104ec3240b23f04d10fb9e7527db4aad5fd80f454f1be19f42cb",
                "md5": "9040b3c8738480def31bafe57b939755",
                "sha256": "bb98c9af88b61932901c92e42f5c4407570369ab8bf14f12f9a1b581e9d5cbae"
            },
            "downloads": -1,
            "filename": "neon-skill-audio_record-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "9040b3c8738480def31bafe57b939755",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 27028,
            "upload_time": "2024-04-03T18:32:01",
            "upload_time_iso_8601": "2024-04-03T18:32:01.801688Z",
            "url": "https://files.pythonhosted.org/packages/68/05/f4e6f549104ec3240b23f04d10fb9e7527db4aad5fd80f454f1be19f42cb/neon-skill-audio_record-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-03 18:32:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "NeonGeckoCom",
    "github_project": "skill-audio_record",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "neon-skill-audio-record"
}
        
Elapsed time: 0.59311s