Skip to content

Commit 3e0a937

Browse files
committed
feat: include audio screenshare in mixed audio
1 parent 2ec6fc1 commit 3e0a937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/raw-recording/mix_audio.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ func runMixAudio(cmd *cobra.Command, args []string) error {
7373
mixer.MixAllAudioTracks(&processing.AudioMixerConfig{
7474
WorkDir: globalArgs.WorkDir,
7575
OutputDir: globalArgs.Output,
76-
WithScreenshare: false,
76+
WithScreenshare: true,
7777
WithExtract: true,
7878
WithCleanup: false,
7979
}, metadata)

0 commit comments

Comments
 (0)