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

Corrections and Mute option added #260

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

Conversation

JoseMendesGouveia
Copy link

Corrections for the audio buffer bug #249 and the bug #238.
Added new feature for mute during video recording.

Temporary fix for the buffer bug in the method adjustBuffer.
Remove previously commented line.
Correction for the bug in the player showing a black screen.
Added mute boolean to save or not video with audio.
Mute boolean property added.
@@ -54,6 +54,11 @@
@property (readonly, nonatomic) BOOL isRecording;

/**
If true the SCRecorder will only record video, not audio
*/
@property (nonatomic) BOOL mute;
Copy link
Owner

Choose a reason for hiding this comment

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

You can already do this by disabling the audio in audioConfiguration

Copy link
Author

Choose a reason for hiding this comment

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

Can you post a snippet code?

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.

2 participants