Skip to content

Whatsapp audio Error on Apple devices #764

Answered by devlikepro
TitoBahe asked this question in Q&A
Discussion options

You must be logged in to vote

Does it happen with example voice message as well, could you check?
https://waha.devlike.pro/docs/how-to/send-messages/#send-voice-imagesversionspluspng

POST /api/sendVoice

body:

{
  "session": "default",
  "chatId": "[email protected]",
  "file": {
    "mimetype": "audio/ogg; codecs=opus",
    "url": "https://github.com/devlikeapro/waha/raw/core/examples/dev.likeapro.opus"
  },
  "caption": "string"
}

if it doesn't - try converting the voice you send to the proper format

ffmpeg -i input.mp3 -c:a libopus -b:a 64k output.opus

patron:PRO

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by TitoBahe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants