THE AUDITORY MODELING TOOLBOX

Applies to version: 0.9.5

View the code

Go to function

GFB_SYNTHESIZER_NEW - Create new synthesizer

Usage

synthesizer = gfb_synthesizer_new(analyzer, desired_delay_in_seconds)

Input parameters

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)

Output parameters

synthesizer the constructed gfb_Synthesizer structure

Description

gfb_synthesizer_new creates a new synthesizer object that fits to the given analyzer.