landrok / language-detector

A fast and reliable PHP library for detecting languages
MIT License
117 stars 18 forks source link

how to detect language from passing audio file path #13

Open tarikalalwani opened 3 months ago

tarikalalwani commented 3 months ago

Is there any way to detect language code by passing remote file path (i.e. mp3/wav) file

devope commented 3 weeks ago

This library works with text only. You need to decode audio to text first, than you can use library.