skip to Main Content

Convert mp4 sound to text in python – Facebook api

I want to convert a sound recording from Facebook Messenger to text. Here is an example of an .mp4 file send using Facebook's API: https://cdn.fbsbx.com/v/t59.3654-21/15720510_10211855778255994_5430581267814940672_n.mp4/audioclip-1484407992000-3392.mp4?oh=a78286aa96c9dea29e5d07854194801c&oe=587C3833 So this file includes only audio (not video) and I want to convert it to…

VIEW QUESTION

php telegram sendAudio – Telegram API

I have a problem with sendAudio() function in php telegram bot. if (strtoupper($text) == "MUSIC") { $voice = curl_file_create('audio.ogg'); $content = array('chat_id' => $chat_id, 'audio' => $voice); $telegram->sendAudio($content); } This don't work with an audio lenghtof 9 or more seconds.…

VIEW QUESTION
Back To Top
Search