Functions | |
bool | resample (yarp::sig::Sound &snd, size_t frequency) |
Resample a sound. | |
bool yarp::sig::soundfilters::resample | ( | yarp::sig::Sound & | snd, |
size_t | frequency | ||
) |
Resample a sound.
snd | the sound to resample |
frequency | the output frequency |
Definition at line 28 of file SoundFilters.cpp.