style: fix linting issues with Prettier

This commit is contained in:
edisoncm-ti 2025-05-07 18:18:47 -03:00
parent aaa103a842
commit c4ddfe6804

View File

@ -3005,15 +3005,24 @@ export class BaileysStartupService extends ChannelStartupService {
.audioFrequency(48000)
.audioChannels(1)
.outputOptions([
'-write_xing', '0',
'-compression_level', '10',
'-application', 'voip',
'-fflags', '+bitexact',
'-flags', '+bitexact',
'-id3v2_version', '0',
'-map_metadata', '-1',
'-map_chapters', '-1',
'-write_bext', '0'
'-write_xing',
'0',
'-compression_level',
'10',
'-application',
'voip',
'-fflags',
'+bitexact',
'-flags',
'+bitexact',
'-id3v2_version',
'0',
'-map_metadata',
'-1',
'-map_chapters',
'-1',
'-write_bext',
'0',
])
.pipe(outputAudioStream, { end: true })
.on('error', function (error) {