No project description provided
Project description
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.
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 or submit an issue on GitHub
Credits
Mycroft AI NeonDaniel reginaneon
Category
Configuration
Tags
#audio #record #record-audio #microphone #configuration
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file neon_skill_audio_record-0.0.1a1-py3-none-any.whl
.
File metadata
- Download URL: neon_skill_audio_record-0.0.1a1-py3-none-any.whl
- Upload date:
- Size: 73.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 947e876ba65671b3e3bccebf70eda90b617cb0f4befe3b9ff1b06b2e765cf9d2 |
|
MD5 | 381b99506c4925b58b1360dd4a671f47 |
|
BLAKE2b-256 | f27c5b0dfa3f960625b4f531d4123035bcf15ea2007a08f2a6120154daf68756 |