Azure-Samples / SpeechToText-REST

REST Samples of Speech To Text API
MIT License
22 stars 28 forks source link

convert more than 15 sec #4

Open kuldeepparangat opened 6 years ago

kuldeepparangat commented 6 years ago

Hi , I want to convert speech to text of an audio which have length greater than 15 sec, But not from client library. Want to do it on linux server using api or something else is there is any way to do it?

wolfma61 commented 6 years ago

through the rest API the limit is 15 secs, you either implement the websocket implementation yourself, or take one of the available libraries ...

kuldeepparangat commented 6 years ago

The available libraries are client side and not on linux plateform. How to do it can be with websocket?