YARP
Yet Another Robot Platform
PortAudioBuffer.cpp
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: 2006-2021 Istituto Italiano di Tecnologia (IIT)
3  * SPDX-License-Identifier: LGPL-2.1-or-later
4  */
5 
6 #include "PortAudioBuffer.h"
7 
8 #include <cstdio>
9 #include <cstdlib>
10 #include <portaudio.h>
11 
12 using namespace yarp::dev;
An interface for the device drivers.