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

feat: adds ability to add an audio recording #757

Closed
wants to merge 14 commits into from
Closed

Conversation

cimigree
Copy link
Contributor

@cimigree cimigree commented Sep 25, 2024

closes #360

Used some old pull requests
this one from SWM
And this one from @achou11
Here are the designs
And added some new code and various adjustments as needed to get things to work
I know the PermissionAudio looks messy but it was the only way I could get all of that to work smoothly. If you have other suggestions for that file, please make sure you test out the solutions you propose...
I am saving as mp4. Not sure if that is correct. Just took a guess based on what SWM had.
Not sure what properties we wanted on the audio recordings. Using those from SWM.
Make sure to add this to your env file: EXPO_PUBLIC_FEATURE_AUDIO=true
Here is a video of the happy path...

@ErikSin
Copy link
Contributor

ErikSin commented Sep 25, 2024

This PR is pretty large and covers alot of things. Can we break this up? Possibly into:

  1. permissions
  2. create audio
  3. replay audio (after it has been created0

@cimigree
Copy link
Contributor Author

This PR is pretty large and covers alot of things. Can we break this up? Possibly into:

  1. permissions
  2. create audio
  3. replay audio (after it has been created0

@achou11 is that your preference as well?

@cimigree cimigree closed this Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New audio recording
2 participants