mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-16 04:02:54 -06:00
style: fix linting issues with Prettier
This commit is contained in:
parent
aaa103a842
commit
c4ddfe6804
@ -3005,15 +3005,24 @@ export class BaileysStartupService extends ChannelStartupService {
|
|||||||
.audioFrequency(48000)
|
.audioFrequency(48000)
|
||||||
.audioChannels(1)
|
.audioChannels(1)
|
||||||
.outputOptions([
|
.outputOptions([
|
||||||
'-write_xing', '0',
|
'-write_xing',
|
||||||
'-compression_level', '10',
|
'0',
|
||||||
'-application', 'voip',
|
'-compression_level',
|
||||||
'-fflags', '+bitexact',
|
'10',
|
||||||
'-flags', '+bitexact',
|
'-application',
|
||||||
'-id3v2_version', '0',
|
'voip',
|
||||||
'-map_metadata', '-1',
|
'-fflags',
|
||||||
'-map_chapters', '-1',
|
'+bitexact',
|
||||||
'-write_bext', '0'
|
'-flags',
|
||||||
|
'+bitexact',
|
||||||
|
'-id3v2_version',
|
||||||
|
'0',
|
||||||
|
'-map_metadata',
|
||||||
|
'-1',
|
||||||
|
'-map_chapters',
|
||||||
|
'-1',
|
||||||
|
'-write_bext',
|
||||||
|
'0',
|
||||||
])
|
])
|
||||||
.pipe(outputAudioStream, { end: true })
|
.pipe(outputAudioStream, { end: true })
|
||||||
.on('error', function (error) {
|
.on('error', function (error) {
|
||||||
|
Loading…
Reference in New Issue
Block a user