SAL
A C++ library for spatial audio.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Typedefs | Enumerations | Functions
salutilities.h File Reference
#include <vector>
#include "saltypes.h"
#include "comparisonop.h"
#include "digitalfilter.h"
#include "iirfilter.h"
#include "vectorop.h"
#include "elementaryop.h"
#include "point.h"
#include <mutex>
#include <iostream>

Go to the source code of this file.

Classes

class  sal::TripletHandler
 
class  sal::RampSmoother
 
class  sal::LowPassSmoothingFilter
 

Namespaces

namespace  sal
 

Typedefs

typedef mcl::Point sal::Triplet
 

Enumerations

enum  sal::RotationDirection
 

Functions

template<class T >
std::vector< T > sal::UniformAngles (const Int num_elements, const T first_element_heading, const RotationDirection direction=RotationDirection::kCounterclockwise) noexcept
 
template<class T , class V >
std::vector< V > sal::ConvertToType (std::vector< T > vector)
 
template<typename T >
std::string sal::ToString (T input)