Actually, I want to do speech transcription with passing MULAW (g711) audio format to microsoft-speech-sdk (Nodejs), but MULAW streaming audio format is not supported to microsoft-speech-sdk (Nodejs). So, for this required GStreamer with C++.
So, I'm going to create node/c++ addon for this. but I am facing below error.
1|server | node /home/*****Transation/server.js: symbol lookup error: /home/*****Transation/stream-translation/cpp_asr/build/Release/accumulate.node: undefined symbol: speech_config_from_subscription
Installed the Speech SDK using this link.
Using reference for addon link.
I got the solution, Just coped this
libMicrosoft.CognitiveServices.Speech.core.solibrary into/usr/libfolder and modifiedbinding.gypfile. it is working fine.