IT++ Logo
Public Types | Static Public Member Functions | Static Public Attributes | List of all members
itpp::Audio_Sample< enc_linear16 > Class Reference

16-bit PCM encoded audio samples More...

#include <itpp/srccode/audiosample.h>

Public Types

typedef int16_t enc_sample_type
 

Static Public Member Functions

static enc_sample_type encode (const double &s)
 
static double decode (const enc_sample_type &s)
 

Static Public Attributes

static const std::size_t enc_sample_size = sizeof(enc_sample_type)
 

Detailed Description

16-bit PCM encoded audio samples

Definition at line 144 of file audiosample.h.

Member Typedef Documentation

◆ enc_sample_type

typedef int16_t itpp::Audio_Sample< enc_linear16 >::enc_sample_type

Definition at line 147 of file audiosample.h.

Member Function Documentation

◆ encode()

static enc_sample_type itpp::Audio_Sample< enc_linear16 >::encode ( const double &  s)
inlinestatic

Definition at line 149 of file audiosample.h.

◆ decode()

static double itpp::Audio_Sample< enc_linear16 >::decode ( const enc_sample_type &  s)
inlinestatic

Definition at line 153 of file audiosample.h.

Member Data Documentation

◆ enc_sample_size

const std::size_t itpp::Audio_Sample< enc_linear16 >::enc_sample_size = sizeof(enc_sample_type)
static

Definition at line 148 of file audiosample.h.


The documentation for this class was generated from the following file:
SourceForge Logo

Generated on Sun Jun 5 2022 21:26:42 for IT++ by Doxygen 1.9.3