feat: add --fast flag for quick startup (~15x faster)#26
Open
americanjeff wants to merge 1 commit intosevos:mainfrom
Open
feat: add --fast flag for quick startup (~15x faster)#26americanjeff wants to merge 1 commit intosevos:mainfrom
americanjeff wants to merge 1 commit intosevos:mainfrom
Conversation
- Add --fast command-line flag for instant initialization - Standard mode (default): ~1600ms startup, waits for beep - Fast mode: ~100ms startup, async beep with auto-trim - Document both modes in README with usage examples - Update CHANGELOG with new feature Technical changes: - Add #[derive(Clone)] to BeepPlayer for async spawning - Conditional startup logic based on --fast flag - Async beep playback with tokio::spawn in fast mode - Maintains backward compatibility (standard mode is default)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Technical changes:
Summary
Brief description of the changes in this PR.
Type of Change
Changes Made
Testing
cargo testcargo fmtandcargo clippy)Test Environment
Audio Feedback Testing (if applicable)
Signal Testing (if applicable)
Breaking Changes
If this PR contains breaking changes, please describe:
Additional Notes
Any additional information, context, or screenshots that would be helpful for reviewers.
Checklist