orkestral / venom

Venom is a high-performance system developed with JavaScript to create a bot for WhatsApp, support for creating any interaction, such as customer service, media sending, sentence recognition based on artificial intelligence and all types of design architecture for WhatsApp.
https://orkestral.io
Apache License 2.0
6.12k stars 1.21k forks source link

sendVoice to a Windows Whatsapp application #2801

Open danielvieira43 opened 2 months ago

danielvieira43 commented 2 months ago

I'm using sendVoice with mp3 files with success if the user client is mobile or whatsapp web. If the user is using Windows Whatsapp native client it receives an error informing it's not possible to find or download the audio file.

Is there any tip to solve that?

Thanks!

danielvieira43 commented 2 months ago

My bad! I was closing the audio file without mpeg/mp3 informations. Everything is fine now!