Open gchilds opened 5 months ago
You can turn this off. This will allow QuickRecorder to write system sound and microphone input to separate audio tracks.
You could get it really easily switching the AVAssetWriter
to fMP4. like this SO answer but unfortunately AVAssetWriter
fMP4 does not support multiple audio tracks
Error Domain=AVFoundationErrorDomain Code=-11875 "More than one audio track is not allowed for file type profile MPEG4AppleHLS."
UserInfo={NSDebugDescription=More than one audio track is not allowed for file type profile MPEG4AppleHLS.,
NSLocalizedDescription=Cannot start file writing, NSLocalizedFailureReason=The file writing cannot be performed for this configuration.}
More than no mixing, I'm interested in streaming ability, which fMP4 gives you.
It seems that macOS's support for fMP4 is not perfect🧐 OK, I will add it to the todo list, but it will not be implemented in the short term.
with multiple audio channels included (no mixing)