-
Notifications
You must be signed in to change notification settings - Fork 51
Fix: App audio doesn't get recorded when mic is disabled #114
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
base: master
Are you sure you want to change the base?
Conversation
|
@closetothe Thanks! |
|
@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) |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
any update?
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)