YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
SoundFilters.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2006-2021 Istituto Italiano di Tecnologia (IIT)
3 * SPDX-License-Identifier: BSD-3-Clause
4 */
5
6#ifndef YARP_SIG_SOUNDFILTERS_H
7#define YARP_SIG_SOUNDFILTERS_H
8
9#include <yarp/sig/Sound.h>
10
18bool YARP_sig_API resample(yarp::sig::Sound& snd, size_t frequency);
19} // namespace yarp::sig::soundfilters
20
21#endif // YARP_SIG_SOUNDFILTERS_H
Class for storing sounds See Audio in YARP for additional documentation on YARP audio.
Definition Sound.h:25
bool resample(yarp::sig::Sound &snd, size_t frequency)
Resample a sound.
#define YARP_sig_API
Definition api.h:18