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

This file contains the implementation of the PortAudio class, which manages audio input and output using PortAudio. More...

#include "Audio/Audio.hpp"
Include dependency graph for Audio.cpp:

Go to the source code of this file.

Variables

std::mutex _inMutex {}
 
std::mutex _outMutex {}
 

Detailed Description

This file contains the implementation of the PortAudio class, which manages audio input and output using PortAudio.

Definition in file Audio.cpp.

Variable Documentation

◆ _inMutex

std::mutex _inMutex {}

Definition at line 15 of file Audio.cpp.

◆ _outMutex

std::mutex _outMutex {}

Definition at line 16 of file Audio.cpp.