11#include <catch2/catch_amalgamated.hpp>
17TEST_CASE(
"dev::fakeSpeechTranscription",
"[yarp::dev]")
21 Network::setLocalMode(
true);
23 SECTION(
"Checking fakeSpeechTranscription device")
32 pdev_cfg.put(
"device",
"fakeSpeechTranscription");
37 std::string
lang =
"eng";
60 Network::setLocalMode(
false);
A generic interface for speech transcription.
A container for a device driver.
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.
TEST_CASE("dev::fakeSpeechTranscription", "[yarp::dev]")
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.