|
YARP
Yet Another Robot Platform
|
|
Go to the documentation of this file.
48 bool close()
override;
52 bool threadInit()
override;
57 std::string m_audio_filename =
"audio.wav";
59 size_t m_samples_to_be_copied = 512;
audioFromFileDevice : This device driver, wrapped by default by AudioRecorderWrapper,...
A base class for nested structures that can be searched.
bool close() override
Close the DeviceDriver.
Interface implemented by all device drivers.
~audioFromFileDevice() override
audioFromFileDevice & operator=(audioFromFileDevice &&)=delete
bool open(yarp::os::Searchable &config) override
Open the DeviceDriver.
audioFromFileDevice(const audioFromFileDevice &)=delete
audioFromFileDevice(audioFromFileDevice &&)=delete
An abstraction for a periodic thread.
Class for storing sounds.
audioFromFileDevice & operator=(const audioFromFileDevice &)=delete