YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
yarp::sig::soundfilters Namespace Reference

Functions

bool resample (yarp::sig::Sound &snd, size_t frequency)
 Resample a sound.
 

Function Documentation

◆ resample()

bool yarp::sig::soundfilters::resample ( yarp::sig::Sound snd,
size_t  frequency 
)

Resample a sound.

Parameters
sndthe sound to resample
frequencythe output frequency
Returns
true on success

Definition at line 28 of file SoundFilters.cpp.