Open jamfromouterspace opened 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?
@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)
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)