Babel  1
The voip software that only works on your local network
Loading...
Searching...
No Matches
Audio.hpp File Reference

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"
Include dependency graph for Audio.hpp:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

Declares the PortAudio class for handling audio playback and recording using PortAudio.

Definition in file Audio.hpp.

Variable Documentation

◆ _inMutex

std::mutex _inMutex
extern

Definition at line 15 of file Audio.cpp.

◆ _outMutex

std::mutex _outMutex
extern

Definition at line 16 of file Audio.cpp.