This documentation page applies to an outdated major AMT version. We show it for archival purposes only.
Click here for the documentation menu and here to download the latest AMT (1.6.0).
synthesizer = gfb_synthesizer_new(analyzer, desired_delay_in_seconds)
analyzer | an analyzer struct as returned by gfb_analyzer_new |
desired_delay_in_seconds | |
the desired group delay of the analysis-synthesis system in seconds. Greater delays result in better output signal quality. Minimum delay is (1 / analyzer.fs) |
synthesizer | the constructed gfb_Synthesizer structure |
gfb_synthesizer_new creates a new synthesizer object that fits to the given analyzer.