You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When sending an MP3 audio file via the bot using the send_audio method, the audio plays for only about 10 seconds on Telegram WebK. The file plays without issues on Telegram Android and Telegram WebA
I noticed that if I reduce the bitrate of the MP3 file from 320 kbps to 192 kbps, 124 kbps, or lower, the audio's duration increases from around 10 seconds to approximately 20 seconds.
To Reproduce
Steps to reproduce the behavior:
Send an MP3 audio file via bot using the send_audio method.
Open the file in Telegram WebK.
Attempt to play the audio.
Observe that the audio stops after approximately 10 seconds.
Expected behavior
The audio file should play entirely without cutting off, similar to how it behaves on Telegram Android and Telegram WebA.
Desktop:
OS: Windows 10
Browser Microsoft Edge
Version 132.0.2957.127 64 bits
Additional context
The issue only appears on Telegram WebK, and altering the MP3 file's bitrate seems to impact the playback duration.
The average durations of the MP3 is about 3-5 min
The file MP3 have 320kbps or less
Other mp3 audio files have the same problem, files coming from others bots If i pick up a MP3 and upload manually to the chat, it work fine and play until the end of duration
The text was updated successfully, but these errors were encountered:
Describe the bug
When sending an MP3 audio file via the bot using the
send_audio
method, the audio plays for only about 10 seconds on Telegram WebK. The file plays without issues on Telegram Android and Telegram WebAI noticed that if I reduce the bitrate of the MP3 file from 320 kbps to 192 kbps, 124 kbps, or lower, the audio's duration increases from around 10 seconds to approximately 20 seconds.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The audio file should play entirely without cutting off, similar to how it behaves on Telegram Android and Telegram WebA.
Desktop:
Additional context
The issue only appears on Telegram WebK, and altering the MP3 file's bitrate seems to impact the playback duration.
The average durations of the MP3 is about 3-5 min
The file MP3 have 320kbps or less
Other mp3 audio files have the same problem, files coming from others bots
If i pick up a MP3 and upload manually to the chat, it work fine and play until the end of duration
The text was updated successfully, but these errors were encountered: