LiteMic is a small app that allows you to record audio on your Linux desktop. When run, a microphone icon will appear in the system tray. Left-clicking will pause recording. Right-clicking will stop and exit recording.
This sofware is currently being developed, so is at Alpha level.
- Preferences GUI needed so that audio devices is not hard coded
- CI/CD
- arecord - To find audio devices available, and to record
Download source and do a command similar to the following:
cp -r src/* /
- Click on the "LiteMic" menu option
- Left or Right click on the LiteMic system tray icon to pause, stop, or edit preferences
The GitHub Wiki can serve as a central hub for all of documentation, if there is a demand for this add-on, or if such is requested by the public. This has not been done at this time, since Blender has an add-on section on it's website (which might be used). Possible Quick links:
This add-on is CC0 licensed. When applicable, this license is superceded by Blender's licensing.
To submit code changes, please open pull requests against the GitHub repository. Patches submitted in issues, email, or elsewhere will likely be ignored. Here's some general guidelines when submitting PRs:
- In your pull request, please:
- Describe the changes, why they were necessary, etc
- Describe how the changes affect existing behaviour
- Describe how you tested and validated your changes
- Include any relevant screenshots/evidence demonstrating that the changes work and have been tested