FFmpeg
|
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... | |
Parameters of a single sine wave.
Definition at line 81 of file atrac3plus.h.
int Atrac3pWaveParam::freq_index |
wave frequency index
Definition at line 82 of file atrac3plus.h.
Referenced by decode_tones_frequency(), and waves_synth().
int Atrac3pWaveParam::amp_sf |
quantized amplitude scale factor
Definition at line 83 of file atrac3plus.h.
Referenced by decode_tones_amplitude(), and waves_synth().
int Atrac3pWaveParam::amp_index |
int Atrac3pWaveParam::phase_index |