-
Notifications
You must be signed in to change notification settings - Fork 6
feat: implement voice mode improvements with continuous loop, audio error recovery, and TTS discovery #459
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
devin-ai-integration
wants to merge
23
commits into
master
Choose a base branch
from
devin/1772755465-voice-mode-improvements
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
46700a7
feat: implement voice mode improvements with continuous loop, audio e…
devin-ai-integration[bot] cbf891e
style: fix Prettier formatting in RecordingOverlay and UnifiedChat
devin-ai-integration[bot] 279cdd0
fix: track recording start time with ref, fix stale closure in handle…
devin-ai-integration[bot] 2201b78
fix: use startRecordingRef in voice continuation effect, fix || vs ??…
devin-ai-integration[bot] b6ce319
fix: add isTauri() guard for iOS TTS platform check, restart recordin…
devin-ai-integration[bot] 2f5cc62
fix: use refs for exitVoiceMode recorder check and stale handleSendMe…
devin-ai-integration[bot] 08db7a3
style: fix Prettier formatting for ref type declarations
devin-ai-integration[bot] 8e1d985
fix: call cancelTTSGeneration/stopTTS unconditionally in exitVoiceMod…
devin-ai-integration[bot] f272943
fix: clear voiceState after non-voice retry success, exit voice mode …
devin-ai-integration[bot] 995bfa1
fix: re-throw TTS playback error so speakAndWait rejects and voice mo…
devin-ai-integration[bot] c12676a
fix: catch errors in speak() wrapper to prevent unhandled rejection i…
devin-ai-integration[bot] 09d2535
fix: reset voiceRetryCount and recordingDuration when dismissing erro…
devin-ai-integration[bot] 013626c
fix: TestFlight bugs - show playing state in compact overlay, iOS aud…
devin-ai-integration[bot] 8d2c190
style: run Prettier on RecordingOverlay and UnifiedChat
devin-ai-integration[bot] 6941054
fix: reset timer on re-entering recording state, remove duplicate mic…
devin-ai-integration[bot] 7f74698
fix: prevent AudioContext leak and handle empty preprocessed TTS text
devin-ai-integration[bot] ef634eb
fix: exit voice mode on startRecording failure, guard stale audioCont…
devin-ai-integration[bot] 0cc9e9b
fix: TestFlight round 2 - iOS audio cues resume(), duration flash fix…
devin-ai-integration[bot] 2ad3d51
debug: add test buttons for audio cue debugging on mobile Safari
devin-ai-integration[bot] acca493
fix: cancelGeneration now stops playback to prevent audio during asyn…
devin-ai-integration[bot] 7feeec0
fix: play audio cues before mic activation and after mic deactivation…
devin-ai-integration[bot] 596f5d9
fix: restore audioSession type after cue playback to allow mic capture
devin-ai-integration[bot] 08cfc92
fix: use play-and-record audioSession type instead of playback
devin-ai-integration[bot] File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.