Duplication of transient detector
There is a duplication of the Transient detector in the core-code:
- handles
st->hTranDetandst->transientDetection - structures
typedef struct TransientDetectionandtypedef struct TransientDetection_structure
Moreover, a revision is proposed to bring BASOP code in transient_detection_fx.c closer to its float counterpart, namely add const to input function parameters, add missing return, one parameter per line in function definitions.