#include <yarp/dev/ISpeechTranscription.h>
#include <yarp/os/Network.h>
#include <yarp/os/LogStream.h>
#include <yarp/os/ResourceFinder.h>
#include <yarp/dev/PolyDriver.h>
#include <yarp/dev/WrapperSingle.h>
#include <yarp/sig/Sound.h>
#include <yarp/sig/SoundFile.h>
#include <catch2/catch_amalgamated.hpp>
#include <harness.h>
Go to the source code of this file.
Functions | |
TEST_CASE ("dev::googleSpeechTranscription", "[yarp::dev]") | |
TEST_CASE | ( | "dev::googleSpeechTranscription" | , |
"" | [yarp::dev] | ||
) |
Definition at line 22 of file googleSpeechTranscription_test.cpp.