| 
    FFmpeg
    
   | 
 
#include <dca_lbr.h>
Data Fields | |
| uint8_t | x_freq | 
| Spectral line offset.  More... | |
| uint8_t | f_delt | 
| Difference between original and center frequency.  More... | |
| uint8_t | ph_rot | 
| Phase rotation.  More... | |
| uint8_t | pad | 
| Padding field.  More... | |
| uint8_t | amp [DCA_LBR_CHANNELS] | 
| Per-channel amplitude.  More... | |
| uint8_t | phs [DCA_LBR_CHANNELS] | 
| Per-channel phase.  More... | |
| uint8_t DCALbrTone::x_freq | 
Spectral line offset.
Definition at line 50 of file dca_lbr.h.
Referenced by parse_tonal(), and synth_tones().
| uint8_t DCALbrTone::f_delt | 
Difference between original and center frequency.
Definition at line 51 of file dca_lbr.h.
Referenced by parse_tonal(), and synth_tones().
| uint8_t DCALbrTone::ph_rot | 
Phase rotation.
Definition at line 52 of file dca_lbr.h.
Referenced by parse_tonal(), and synth_tones().
| uint8_t DCALbrTone::amp[DCA_LBR_CHANNELS] | 
Per-channel amplitude.
Definition at line 54 of file dca_lbr.h.
Referenced by parse_tonal(), and synth_tones().
| uint8_t DCALbrTone::phs[DCA_LBR_CHANNELS] | 
Per-channel phase.
Definition at line 55 of file dca_lbr.h.
Referenced by parse_tonal(), and synth_tones().
 1.8.6