yutasuzuki / react-native-record-screen

react-native-record-screen
MIT License
149 stars 40 forks source link

Fix: App audio doesn't get recorded when mic is disabled #114

Open jamfromouterspace opened 1 year ago

jamfromouterspace commented 1 year ago

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 commented 1 year ago

@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 commented 10 months ago

@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)