mirror of
https://github.com/webadderallorg/Recordly.git
synced 2026-09-24 14:55:37 +00:00
Merge pull request #695 from josh-abram/fix/issue-628-mac-mic-echo : double each MAC (2 line fix)
fix(recording): avoid doubled mic audio (echo) on macOS system+mic captures
This commit is contained in:
@@ -527,6 +527,8 @@ export async function getCompanionAudioFallbackInfo(videoPath: string) {
|
||||
|
||||
if (!hasUsableMacSystemCompanion && usableMacMicOnlyCompanions.length > 0) {
|
||||
paths = usableMacMicOnlyCompanions;
|
||||
} else if (hasUsableMacSystemCompanion) {
|
||||
paths = [videoPath];
|
||||
} else {
|
||||
const companionPaths = Array.from(
|
||||
new Set(
|
||||
|
||||
Reference in New Issue
Block a user