V
Size: a a a
V
V
D
V
D
⟁ᴡ
await run('ffmpeg -y -i ' + await reply.download_media("/tmp/tmp.oga") + ' -acodec libopus -b:a 48k -vbr on -compression_level 10 "/tmp/tmp.ogg"')
file = '/tmp/tmp.ogg'
(await client.send_file(event.chat_id, file=file, attributes=[types.DocumentAttributeAudio(duration=1, voice=True, waveform=file)]))
⟁ᴡ
P
await run('ffmpeg -y -i ' + await reply.download_media("/tmp/tmp.oga") + ' -acodec libopus -b:a 48k -vbr on -compression_level 10 "/tmp/tmp.ogg"')
file = '/tmp/tmp.ogg'
(await client.send_file(event.chat_id, file=file, attributes=[types.DocumentAttributeAudio(duration=1, voice=True, waveform=file)]))
P
⟁ᴡ
V
V
P