Skip to content

Commit ce7d553

Browse files
committed
api/match-action: pass audio bitrate when creating tiktok stream
fixes #996
1 parent 50db4d3 commit ce7d553

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/src/processing/match-action.js

+1
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ export default function({ r, host, audioFormat, isAudioOnly, isAudioMuted, disab
102102
filename: `${r.audioFilename}.${audioFormat}`,
103103
isAudioOnly: true,
104104
audioFormat,
105+
audioBitrate
105106
})
106107
}
107108
break;

0 commit comments

Comments
 (0)