File tree Expand file tree Collapse file tree
src/api/integrations/channel/whatsapp Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3005,15 +3005,24 @@ export class BaileysStartupService extends ChannelStartupService {
30053005 . audioFrequency ( 48000 )
30063006 . audioChannels ( 1 )
30073007 . outputOptions ( [
3008- '-write_xing' , '0' ,
3009- '-compression_level' , '10' ,
3010- '-application' , 'voip' ,
3011- '-fflags' , '+bitexact' ,
3012- '-flags' , '+bitexact' ,
3013- '-id3v2_version' , '0' ,
3014- '-map_metadata' , '-1' ,
3015- '-map_chapters' , '-1' ,
3016- '-write_bext' , '0'
3008+ '-write_xing' ,
3009+ '0' ,
3010+ '-compression_level' ,
3011+ '10' ,
3012+ '-application' ,
3013+ 'voip' ,
3014+ '-fflags' ,
3015+ '+bitexact' ,
3016+ '-flags' ,
3017+ '+bitexact' ,
3018+ '-id3v2_version' ,
3019+ '0' ,
3020+ '-map_metadata' ,
3021+ '-1' ,
3022+ '-map_chapters' ,
3023+ '-1' ,
3024+ '-write_bext' ,
3025+ '0' ,
30173026 ] )
30183027 . pipe ( outputAudioStream , { end : true } )
30193028 . on ( 'error' , function ( error ) {
You can’t perform that action at this time.
0 commit comments