green-api / issues

9 stars 0 forks source link

Требуется получать входящие голосовые сообщения в формате .mp3 / It is required to receive incoming voice messages in .mp3 format #492

Open Smol2022 opened 2 months ago

Smol2022 commented 2 months ago

Требуется Требуется получать входящие голосовые сообщения в формате .mp3

Уровень API

Обходное решение

  1. Получать на своей стороне голосовые в формате, отличном от mp3, например oga
  2. Изменять расширение файла с oga на mp3 для обработки в требуемом формате (файл корректно воспроизводится)

Required It is required to receive incoming voice messages in .mp3 format

Level API

Workaround

  1. Receive voice messages on your side in a format other than mp3, for example oga
  2. Change the file extension from oga to mp3 for processing in the required format (the file plays correctly)