Metadata-Version: 2.4
Name: ovos-audio-transformer-plugin-speechbrain-langdetect
Version: 0.0.2a1
Summary: A speech lang detection plugin for mycroft
Author-email: JarbasAi <jarbasai@mailfence.com>
License: Apache-2.0
Project-URL: Homepage, https://github.com/OpenVoiceOS/ovos-audio-transformer-plugin-speechbrain-langdetect
Keywords: ovos,plugin
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: torchaudio>=2.1.0
Requires-Dist: speechbrain>=1.0.3
Requires-Dist: ovos-plugin-manager<3.0.0,>=2.1.1
Requires-Dist: ovos-utils<1.0.0,>=0.8.4
Requires-Dist: ovos-config>=0.0.12
Requires-Dist: huggingface_hub==0.36.0
Dynamic: license-file

# SpeechBrain Lang detect

spoken language detector for ovos

models:
- [speechbrain/lang-id-commonlanguage_ecapa](https://huggingface.co/speechbrain/lang-id-commonlanguage_ecapa) - 45 langs
- [speechbrain/lang-id-voxlingua107-ecapa](https://huggingface.co/speechbrain/lang-id-voxlingua107-ecapa) - 107 langs
- [TalTechNLP/voxlingua107-epaca-tdnn](https://huggingface.co/TalTechNLP/voxlingua107-epaca-tdnn) - 107 langs
- [TalTechNLP/voxlingua107-epaca-tdnn-ce](https://huggingface.co/TalTechNLP/voxlingua107-epaca-tdnn-ce) - 107 langs
- [sahita/lang-VoxLingua107-ecapa](https://huggingface.co/sahita/lang-VoxLingua107-ecapa) - ( English, Hindi)
- [sahita/language-identification](https://huggingface.co/sahita/language-identification) - ( English, Hindi, Other)

```javascript
"listener": {
    "audio_transformers": {
        "ovos-audio-transformer-plugin-speechbrain-langdetect": {
            "model": "speechbrain/lang-id-langdetect-ecapa"
        }
    }
}
```
