diff options
author | Daniil Cherednik <dan.cherednik@gmail.com> | 2025-05-16 23:27:59 +0200 |
---|---|---|
committer | Daniil Cherednik <dan.cherednik@gmail.com> | 2025-05-16 23:48:26 +0200 |
commit | c5ae2cec2c8308f96867e1620f0ec3a5c41395e4 (patch) | |
tree | 8291351078e27ece783f9495241cdf667cfd4e0b /src/util_ut.cpp | |
parent | 2a143471b0898dd8b6257ca69309a6f2b1c20bf3 (diff) | |
download | atracdenc-c5ae2cec2c8308f96867e1620f0ec3a5c41395e4.tar.gz |
[AT3P] Add advanced option for GHA debug
There are 3 flags:
GHA_PASS_INPUT - allows to pass source signal in to the filter
GHA_WRITE_TONAL - allows to write result of GHA into the bitstream
GHA_WRITE_RESIUDAL - allows to process signal after the filter
If all 3 flags set it denotes normal processing.
If we want to see only result of sinusoid extraction (tonal component) we can set only
GHA_WRITE_TONAL flag. If we want to see signal after extraction we need
to set GHA_PASS_INPUT and GHA_WRITE_RESIUDAL.
Diffstat (limited to 'src/util_ut.cpp')
0 files changed, 0 insertions, 0 deletions