coqui-stt icon indicating copy to clipboard operation
coqui-stt copied to clipboard

Safe wrapper around the Coqui STT C library

Results 2 coqui-stt issues
Sort by recently updated
recently updated
newest added

There are a few problems. First, the `threads` example has been broken since 8de3237f2f095d153376ca74fdf2b6d784d310ac: ``` error[E0308]: mismatched types --> examples\threads.rs:54:37 | 54 | let stream = Stream::from_model(Arc::clone(&model)).expect("failed to create stream");...

I'm trying to follow the examples in this repo, but I'm running into a linker error on Linux when I try to specify the path to the Coqui C libraries...