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

Implemented being able to toggle audio recording #27

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

leroydev
Copy link

@leroydev leroydev commented Mar 20, 2019

Feel free to make changes if needed, and I can squash the commits if wanted. :)


Closes #14.
Screenshot:
cA1Uga7B

@leroydev leroydev closed this May 1, 2019
@leroydev leroydev force-pushed the feature/record-audio-setting branch from 7309594 to 83e3920 Compare May 1, 2019 10:39
@leroydev leroydev reopened this May 1, 2019
@leroydev
Copy link
Author

leroydev commented May 1, 2019

My bad, rebase went wrong.. Should be okay now, I squashed the commits :)

@maxneaga
Copy link
Owner

maxneaga commented May 5, 2019

Thank you @leroydev for your contribution, very much appreciated! Sorry for the delay, but I will review this soon and release an update.

@leroydev
Copy link
Author

leroydev commented Aug 4, 2020

@maxneaga Ping :)

mediaRecorder.setAudioSource(MediaRecorder.AudioSource.CAMCORDER);
mediaRecorder.setProfile(camcorderProfile);
} else {
mediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.MPEG_4);
Copy link
Owner

Choose a reason for hiding this comment

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

With the else predicate here, does it mean that the video parameters will be set only when record_audio is false?
Don't we need them for both with and without audio? Need to check this.

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.

"Do not record audio" setting
2 participants