eternnoir / pyTelegramBotAPI

Python Telegram bot api.
GNU General Public License v2.0
8.02k stars 2.02k forks source link

Download voice message as mp3 #2388

Closed ranjitsingha closed 1 month ago

ranjitsingha commented 1 month ago

Please answer these questions before submitting your issue. Thanks!

  1. What version of pyTelegramBotAPI are you using? Latest

  2. What OS are you using? Ubuntu

  3. What version of python are you using? Lastest

How to directly download the voice messages which are in ogg format to mp3 so that we don't need to convert using pydub or ffmpeg

Badiboy commented 1 month ago

Telegram provides ogg. You need to convert it to MP3 yourself. Not the subject of the library.