mirror of
https://github.com/wukko/cobalt.git
synced 2025-01-22 10:46:19 +01: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}`,
|
filename: `${r.audioFilename}.${audioFormat}`,
|
||||||
isAudioOnly: true,
|
isAudioOnly: true,
|
||||||
audioFormat,
|
audioFormat,
|
||||||
|
audioBitrate
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue