Hi @lissyx i have installed sox using brew install sox
Still same issue.
Is that how libsox will be installed ?? Sorry if this is a very basic question.
lissyx
((slow to reply) [NOT PROVIDING SUPPORT])
5
It should but then you need to ensure the include path is properly setup when you perform the build. The streaming model is not in an experimental state even usable. What works is that we have a model that can run, but it’s not a model trained at all, it’s a one-epoch single-sample LDC93S1 model. Just to test the codebase.
You can use EXTRA_CFLAGS="-Ipath/to/include/path/of/sox" when you call make deepspeech. But technically, it should be transparent through the use of pkg-config. I thought it was installed by default when you pull sox.
lissyx
((slow to reply) [NOT PROVIDING SUPPORT])
6
Please keep us uptodate: pkg-config should be enough. If you feel the doc is not accurate enough, you are welcome to fix it in a PR, we’d be happy to review and merge any