|
Babel
1
The voip software that only works on your local network
|
Declares the PortAudio class for handling audio playback and recording using PortAudio. More...
#include <deque>#include <mutex>#include <vector>#include <iostream>#include <exception>#include <portaudio.h>#include "Logging.hpp"#include "Constants.hpp"

Go to the source code of this file.
Data Structures | |
| class | PortAudio |
| Class for handling audio playback and recording using PortAudio. More... | |
Variables | |
| std::mutex | _inMutex |
| std::mutex | _outMutex |
Declares the PortAudio class for handling audio playback and recording using PortAudio.
Definition in file Audio.hpp.