Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
speechAnalyzer:3.5.1 - Allows for full disabling of Opensmile compone…
…nts using --disable_opensmile (#25) * Fixed bug when calling Mosquitto::max_seconds_without_messages with max long value, and refactored initialization of JsonBuilder * Refactored Initialization/Shutdown pipeline to resolve edge cases * Resolved bug when using non-thread-safe std::cout * Updated a few static value to fix edge cases * Implementing updated speech model and adaption words * Testing both versions of Google speech api * Updated googleapis version to support adaption boost in api v1 * Implemented ipmroved 'video' model and speech adaption for domain words and phrases * Switching imports back to v1 from v1p1beta1 * Updated error handling to catch Google Speech video model * Removed two src files commited by accident * Updated version number * Improved info message for failing to connect to Mosquitto broker * More detailed error messages when exceeding Google Cloud Speech limits * Replacing some couts+endls with BOOST_LOG_TRIVIAL in OpensmileSession.cpp * Switching some couts in speechAnalyzer.cpp to BOOST_LOG_TRIVIAL * Switching to BOOST_LOG_TRIVIAL in DBWrapper.cpp * Replacing remaining cout/cerr << .. << endl calls with BOOST_LOG_TRIVIAL * Formatting changes to SpeechWrapper.cpp * Updated error handling logic for parsing Google repeated fields * Formatting changes * Updating Dockerfile and tools/install_opensmile_from_source script so that the number of parallel make jobs is limited to the number of cores available to Docker (nproc) * Fully implemented the disabling of Opensmile components using --disable_opensmile command line options Co-authored-by: Vincent Raymond <[email protected]> Co-authored-by: Adarsh Pyarelal <[email protected]>
- Loading branch information