|
| PortAudioRecorderDeviceDriver () |
|
| PortAudioRecorderDeviceDriver (const PortAudioRecorderDeviceDriver &)=delete |
|
| PortAudioRecorderDeviceDriver (PortAudioRecorderDeviceDriver &&)=delete |
|
PortAudioRecorderDeviceDriver & | operator= (const PortAudioRecorderDeviceDriver &)=delete |
|
PortAudioRecorderDeviceDriver & | operator= (PortAudioRecorderDeviceDriver &&)=delete |
|
| ~PortAudioRecorderDeviceDriver () override |
|
bool | open (yarp::os::Searchable &config) override |
| Open the DeviceDriver. More...
|
|
bool | close () override |
| Close the DeviceDriver. More...
|
|
bool | startRecording () override |
| Start the recording. More...
|
|
bool | stopRecording () override |
| Stop the recording. More...
|
|
bool | setHWGain (double gain) override |
| Sets the hardware gain of the grabbing device (if supported by the hardware) More...
|
|
void | threadRelease () override |
| Release method. More...
|
|
bool | threadInit () override |
| Initialization method. More...
|
|
void | run () override |
| Main body of the new thread. More...
|
|
virtual bool | getSound (yarp::sig::Sound &sound, size_t min_number_of_samples, size_t max_number_of_samples, double max_samples_timeout_s) override |
| Get a sound from a device. More...
|
|
virtual bool | startRecording () override |
| Start the recording. More...
|
|
virtual bool | stopRecording () override |
| Stop the recording. More...
|
|
virtual bool | isRecording (bool &recording_enabled) override |
| Check if the recording has been enabled (e.g. More...
|
|
virtual bool | getRecordingAudioBufferMaxSize (yarp::dev::AudioBufferSize &size) override |
|
virtual bool | getRecordingAudioBufferCurrentSize (yarp::dev::AudioBufferSize &size) override |
|
virtual bool | resetRecordingAudioBuffer () override |
|
virtual bool | setSWGain (double gain) override |
| Sets a software gain for the grabbed audio. More...
|
|
virtual | ~AudioRecorderDeviceBase () |
|
virtual | ~IAudioGrabberSound () |
| Destructor. More...
|
|
virtual bool | getSound (yarp::sig::Sound &sound, size_t min_number_of_samples, size_t max_number_of_samples, double max_samples_timeout_s)=0 |
| Get a sound from a device. More...
|
|
virtual bool | startRecording ()=0 |
| Start the recording. More...
|
|
virtual bool | stopRecording ()=0 |
| Stop the recording. More...
|
|
virtual bool | isRecording (bool &recording_enabled)=0 |
| Check if the recording has been enabled (e.g. More...
|
|
virtual bool | getRecordingAudioBufferMaxSize (yarp::dev::AudioBufferSize &size)=0 |
|
virtual bool | getRecordingAudioBufferCurrentSize (yarp::dev::AudioBufferSize &size)=0 |
|
virtual bool | resetRecordingAudioBuffer ()=0 |
|
virtual bool | setSWGain (double gain)=0 |
| Sets a software gain for the grabbed audio. More...
|
|
virtual bool | setHWGain (double gain)=0 |
| Sets the hardware gain of the grabbing device (if supported by the hardware) More...
|
|
| DeviceDriver () |
|
| DeviceDriver (const DeviceDriver &other)=delete |
|
| DeviceDriver (DeviceDriver &&other) noexcept=delete |
|
DeviceDriver & | operator= (const DeviceDriver &other)=delete |
|
DeviceDriver & | operator= (DeviceDriver &&other) noexcept=delete |
|
| ~DeviceDriver () override |
|
bool | open (yarp::os::Searchable &config) override |
| Open the DeviceDriver. More...
|
|
bool | close () override |
| Close the DeviceDriver. More...
|
|
virtual std::string | id () const |
| Return the id assigned to the PolyDriver. More...
|
|
virtual void | setId (const std::string &id) |
| Set the id for this device. More...
|
|
template<class T > |
bool | view (T *&x) |
| Get an interface to the device driver. More...
|
|
virtual DeviceDriver * | getImplementation () |
| Some drivers are bureaucrats, pointing at others. More...
|
|
virtual | ~IConfig () |
| Destructor. More...
|
|
virtual bool | open (Searchable &config) |
| Initialize the object. More...
|
|
virtual bool | close () |
| Shut the object down. More...
|
|
virtual bool | configure (Searchable &config) |
| Change online parameters. More...
|
|
| Thread () |
| Constructor. More...
|
|
virtual | ~Thread () |
| Destructor. More...
|
|
virtual void | run ()=0 |
| Main body of the new thread. More...
|
|
virtual void | onStop () |
| Call-back, called while halting the thread (before join). More...
|
|
bool | start () |
| Start the new thread running. More...
|
|
bool | stop () |
| Stop the thread. More...
|
|
virtual void | beforeStart () |
| Called just before a new thread starts. More...
|
|
virtual void | afterStart (bool success) |
| Called just after a new thread starts (or fails to start), this is executed by the same thread that calls start(). More...
|
|
virtual bool | threadInit () |
| Initialization method. More...
|
|
virtual void | threadRelease () |
| Release method. More...
|
|
bool | isStopping () |
| Returns true if the thread is stopping (Thread::stop has been called). More...
|
|
bool | isRunning () |
| Returns true if the thread is running (Thread::start has been called successfully and the thread has not stopped). More...
|
|
long int | getKey () |
| Get a unique identifier for the thread. More...
|
|
int | setPriority (int priority, int policy=-1) |
| Set the priority and scheduling policy of the thread, if the OS supports that. More...
|
|
int | getPriority () |
| Query the current priority of the thread, if the OS supports that. More...
|
|
int | getPolicy () |
| Query the current scheduling policy of the thread, if the OS supports that. More...
|
|
bool | join (double seconds=-1) |
| The function returns when the thread execution has completed. More...
|
|
void | setOptions (int stackSize=0) |
| Set the stack size for the new thread. More...
|
|
portaudioRecorder
: A device driver for an audio source wrapped by PortAudio library.
Requires the PortAudio library (http://www.portaudio.com), at least v19. Only 16bits sample format is currently supported by this device. This device driver derives from AudioRecorderDeviceBase base class. Please check its documentation for additional details.
Parameters used by this device are:
Parameter name | SubParameter | Type | Units | Default Value | Required | Description | Notes |
AUDIO_BASE | *** | | - | - | No | For the documentation of AUDIO_BASE group, please refer to the documentation of the base class AudioRecorderDeviceBase | |
driver_frame_size | - | int | samples | 512 | No | Number of samples grabbed by the device in a single uninterruptible operation | It is recommended to NOT CHANGE this value from its default=512 |
id | - | int | - | -1 | No | Id of the sound card. | if == -1, portaudio will choose automatically |
See Audio in YARP for additional documentation on YARP audio.
Definition at line 35 of file PortAudioRecorderDeviceDriver.h.