Running the following (with the model and audio located in the correct directories):
./DeepSpeech/deepspeech --model DeepSpeech/models/output_graph.pbmm --audio DeepSpeech/audio/2830-3980-0043.wav
I am greeted with:
dyld: Library not loaded: @rpath/libsox.3.dylib
Referenced from: /Users/ahmetakkoc/Desktop/syd/src/./DeepSpeech/deepspeech
Reason: image not found
Abort trap: 6
I did some reading and saw that libsox should be statically linked into the clients. So what’s going on, is it somehow not able to find it?