waha icon indicating copy to clipboard operation
waha copied to clipboard

[NOWEB] - Problems playing audio on Android even after implementing automatic MP3 conversion in the latest version

Open williamsalathiel opened this issue 2 months ago • 5 comments

Describe the bug

I'm having trouble playing audio on Android. Even after implementing automatic MP3 conversion in the latest version, it won't play. I pass convert: true and it sends, but it won't play on Android.

It seems to me that the 'convert' implementation made for WEBJS was not applied in NOWEB

The iOS app and web work fine.

Version

Get the WAHA version by calling GET /api/sendVoice with convert: true

{
  "version": "2025.10.4",
  "engine": "NOWEB",
}
Image

patron:PRO

williamsalathiel avatar Oct 21 '25 23:10 williamsalathiel

Hi! Could you send example mp3 to here or to [email protected] please (wanna check how it works)

patron:PRO

devlikepro avatar Oct 22 '25 07:10 devlikepro

@devlikepro Hello, ok, I sent it!

Hi! Could you send example mp3 to here or to [email protected] please (wanna check how it works)

patron:PRO

patron:PRO

williamsalathiel avatar Oct 22 '25 17:10 williamsalathiel

Any news? @devlikepro

patron:PRO

williamsalathiel avatar Oct 28 '25 13:10 williamsalathiel

checking, TY for the example 👍

patron:PRO

devlikepro avatar Nov 05 '25 07:11 devlikepro

Could you test in dev version?

  • devlikeapro/waha-plus:dev — make sure to select the engine via the environment variable

  • devlikeapro/waha-plus:dev-arm

Here's test we're using and also tested with the mp3 you sent - works with in all platforms.

{
  "chatId": "[email protected]",
  "file": {
    "mimetype": "audio/ogg; codecs=opus",
    "url": "https://github.com/devlikeapro/waha/raw/core/examples/voice.mp3"
  },
  "reply_to": null,
  "convert": true,
  "session": "default"
}

Please give a feedback after 🙏

patron:PRO

devlikepro avatar Nov 10 '25 07:11 devlikepro

I ran some tests following your example and it worked fine, but for some reason the base64 URLs aren't working.

patron:PRO

williamsalathiel avatar Nov 18 '25 02:11 williamsalathiel

@williamsalathiel could you share the example of base64 payload? Save it as some file.txt and attach here or share via gist - the full payload https://gist.github.com/

patron:PRO

devlikepro avatar Nov 25 '25 04:11 devlikepro