FFmpeg
Data Fields
Atrac3pWaveParam Struct Reference

Parameters of a single sine wave. More...

#include <atrac3plus.h>

Data Fields

int freq_index
 wave frequency index More...
 
int amp_sf
 quantized amplitude scale factor More...
 
int amp_index
 quantized amplitude index More...
 
int phase_index
 quantized phase index More...
 

Detailed Description

Parameters of a single sine wave.

Definition at line 83 of file atrac3plus.h.

Field Documentation

◆ freq_index

int Atrac3pWaveParam::freq_index

wave frequency index

Definition at line 84 of file atrac3plus.h.

Referenced by decode_tones_frequency(), and waves_synth().

◆ amp_sf

int Atrac3pWaveParam::amp_sf

quantized amplitude scale factor

Definition at line 85 of file atrac3plus.h.

Referenced by waves_synth().

◆ amp_index

int Atrac3pWaveParam::amp_index

quantized amplitude index

Definition at line 86 of file atrac3plus.h.

Referenced by waves_synth().

◆ phase_index

int Atrac3pWaveParam::phase_index

quantized phase index

Definition at line 87 of file atrac3plus.h.

Referenced by waves_synth().


The documentation for this struct was generated from the following file: