Skip to content

Conversation

@jamfromouterspace
Copy link

@jamfromouterspace jamfromouterspace commented Sep 1, 2023

There are two sources of audio: the microphone and the app. The original implementation deliberately mutes the app audio when microphoneEnabled = false. Users should be able to record the app screen and audio without having to enable the microphone (which squashes the app audio quality since the audio mode gets set to PlaybackRecord).

Also I added the installation instructions for Expo users (it uses an expo config plugin)

@yutasuzuki
Copy link
Owner

@closetothe Thanks!
Not recording the sound of the app and mic when the mic is false is the feature I wanted.
Does that mean I need a separate process to mute the mic and the app sound?

@tadjik1
Copy link

tadjik1 commented Jan 3, 2024

@closetothe hey, how I can use your fork? I have exactly the same problem: I can not record app audio whlist disabling mic (my goal is to use Playback category for quality audio)

- targetSdkVersion = 31
- use [HBRecorder](https://github.com/HBiSoft/HBRecorder)

- Support Expo by using [expo-record-screen-config-plugin](https://github.com/closetothe/expo-record-screen-config-plugin)
Copy link
Contributor

Choose a reason for hiding this comment

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

why not merge the plugin here?

Choose a reason for hiding this comment

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

any update?

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.

5 participants