Skip to content
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

Continuous Voice recording #1786

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

rapterjet2004
Copy link

@rapterjet2004 rapterjet2004 commented Aug 30, 2024

Current Demo

issue-618-1.mov

ToDo

  • Added a voice recording lock button
  • Added a new SwiftUI View for expanded voice recording
  • Stop AVAudioRecorder from ending and implement the send, delete, stop/restart buttons
  • Figure out how to deal with layout changes on orientation and with keyboard,

- Added a voice recording lock button
- Added a new SwiftUI View for expanded voice recording
@rapterjet2004 rapterjet2004 marked this pull request as ready for review September 6, 2024 15:12
SystemKeeper

This comment was marked as resolved.

@SystemKeeper
Copy link
Collaborator

Really nice work otherwise, thanks a lot 👍

Copy link
Member

@Ivansss Ivansss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot @rapterjet2004 for implementing this nice feature! :)

The PR overall looks good, but there is an issue when the user tries to lock the voice recording when the keyboard is being shown.
The new view to delete/stop/send the recording is hidden under the keyboard and it only appears when hidding the keyboard.

ScreenRecording_10-01-2024.18-08-43_1.mov

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Getting rid of the need to keep the record button pressed for voice messages
3 participants