SoDaRadio-5.0.3-master:8901fb5
|
#include "SoDaBase.hxx"
#include "AudioIfc.hxx"
#include <boost/format.hpp>
#include <iostream>
#include <stdexcept>
Go to the source code of this file.
Classes | |
class | SoDa::AudioPA |
the PortAudio interface class More... | |
Namespaces | |
SoDa | |
Macros | |
#define | PORTAUDIO_DEF { throw SoDa::SoDaException("PortAudio Library is not enabled in this build version."); } |
#define PORTAUDIO_DEF { throw SoDa::SoDaException("PortAudio Library is not enabled in this build version."); } |
Definition at line 40 of file AudioPA.hxx.
Referenced by SoDa::AudioPA::recv(), SoDa::AudioPA::recvBufferReady(), SoDa::AudioPA::send(), SoDa::AudioPA::sendBufferReady(), and SoDa::AudioPA::wakeIn().