flashlight / wav2letter

Facebook AI Research's Automatic Speech Recognition Toolkit
https://github.com/facebookresearch/wav2letter/wiki
Other
6.37k stars 1.01k forks source link

i installed flashlight with vcpkg, how can i install wav2lettter #925

Closed jinggaizi closed 3 years ago

jinggaizi commented 3 years ago

Question

[A clear, concise description of your setup and question]

Additional Context

[Add any additional information here] i installed flashlight with vcpkg, how can i set Dflashlight_DIR to install wav2letter?

jacobkahn commented 3 years ago

wav2letter is now contained inside of Flashlight in the ASR Application.

To install with vcpkg, use ./vcpkg install flashlight[asr]. That will install the ASR application.