mirror of
https://github.com/imputnet/cobalt.git
synced 2026-08-04 14:52:28 +00:00
api/match-action: pass audio bitrate when creating tiktok stream
fixes #996
This commit is contained in:
parent
50db4d342a
commit
ce7d553beb
1 changed files with 1 additions and 0 deletions
|
|
@ -102,6 +102,7 @@ export default function({ r, host, audioFormat, isAudioOnly, isAudioMuted, disab
|
|||
filename: `${r.audioFilename}.${audioFormat}`,
|
||||
isAudioOnly: true,
|
||||
audioFormat,
|
||||
audioBitrate
|
||||
})
|
||||
}
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue