Public Attributes

SpectMorph::EncoderParams Struct Reference

Encoder parameters. More...

#include <smencoder.hh>

List of all members.

Public Attributes

float mix_freq
float frame_step_ms
float frame_size_ms
int zeropad
size_t frame_step
size_t frame_size
size_t block_size
double fundamental_freq

Detailed Description

Encoder parameters.

This struct contains parameters that configure the encoder algorithm.


Member Data Documentation

analysis block size in samples, must be the smallest power of N greater than frame_size

size of the analysis frame in samples

size of one analysis frame in milliseconds

size of the frame step in samples

step size for analysis frames in milliseconds

user defined fundamental freq

sample rate of the original audio file

lower bound for the amount of zero padding used during analysis


The documentation for this struct was generated from the following file:
 All Classes Functions Variables Enumerations Enumerator