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

This file contains the definition of the Manager class responsible for managing audio compression and decompression. More...

#include <vector>
#include <iostream>
#include <stdexcept>
#include <mutex>
#include <array>
#include <opus.h>
#include "Logging.hpp"
#include "Audio/Sample.hpp"
#include "Compressor/Packet.hpp"
Include dependency graph for Manager.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  Compressor::Manager
 Class responsible for managing audio compression and decompression. More...
 

Namespaces

namespace  Compressor
 

Detailed Description

This file contains the definition of the Manager class responsible for managing audio compression and decompression.

Definition in file Manager.hpp.