11#include <catch2/catch_amalgamated.hpp>
19TEST_CASE(
"dev::speechTranscription_nwc_yarp",
"[yarp::dev]")
25 Network::setLocalMode(
true);
27 SECTION(
"Checking speechTranscription_nwc_yarp device")
37 pnws_cfg.put(
"device",
"speechTranscription_nws_yarp");
38 pnws_cfg.put(
"name",
"/speechTranscription_nws_yarp");
42 pdev_cfg.put(
"device",
"fakeSpeechTranscription");
51 pclient_cfg.put(
"device",
"speechTranscription_nwc_yarp");
52 pclient_cfg.put(
"local",
"/speechTranscription_nwc_yarp");
53 pclient_cfg.put(
"remote",
"/speechTranscription_nws_yarp");
70 CHECK(text ==
"hello world");
84 Network::setLocalMode(
false);
A generic interface for speech transcription.
A container for a device driver.
Helper interface for an object that can wrap/or "attach" to a single other device.
A mini-server for performing network communication in the background.
void close() override
Stop port activity.
bool open(const std::string &name) override
Start port operation, with a specific name, with automatically-chosen network parameters.
A class for storing options and configuration information.
Class for storing sounds See Audio in YARP for additional documentation on YARP audio.
void resize(size_t samples, size_t channels=1)
Set the sound size.
For streams capable of holding different kinds of content, check what they actually have.
void delay(double seconds)
Wait for a certain number of seconds.
An interface to the operating system, including Port based communication.
TEST_CASE("dev::speechTranscription_nwc_yarp", "[yarp::dev]")