Skip to content
This repository has been archived by the owner on Aug 21, 2020. It is now read-only.

Feature/current metering android #296

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

Conversation

sportnak
Copy link

Includes #276
Resolves merge conflicts. Support for iOS.

Copy link

@tonygentilcore tonygentilcore left a comment

Choose a reason for hiding this comment

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

Thanks, this patch was super useful for me. I had to make one change though (see inline).

@@ -41,7 +41,8 @@ var AudioRecorder = {
MeteringEnabled: false,
MeasurementMode: false,
AudioEncodingBitRate: 32000,
IncludeBase64: false
IncludeBase64: false,
ProgressUpdateInterval: 1000,

Choose a reason for hiding this comment

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

FYI, for iOS to work you also need to update line 60 below to add recordingOptions.ProgressUpdateInterval to the prepareRecordingAtPath call.

@emcelyea
Copy link

Any chance of merging this? Will make an updated PR for it if no one intends to 😢, pretty useful feature to have it only on iOS currently

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

Successfully merging this pull request may close these issues.

None yet

4 participants