letalker.function_generators#
Creating Custom Function Generator Classes#
You can create your own Python classes for both the voice production elements and function generators to custom models or parameter behaviors.
The main module letalker
provides all the functions and classes that
are essential to run the voice synthesis.
API Reference#
|
Abstract baseclass of classes to generate |
|
Abstract base class of function generators |
|
Abstract base class of function generators, which can possibly generate analytic signal version of the function. |
|
_summary_ |
- class letalker.function_generators.abc.SampleGenerator(**kwargs)#
Abstract baseclass of classes to generate
- class letalker.function_generators.abc.FunctionGenerator(**kwargs)#
Abstract base class of function generators
Function generators are sample generators with concrete mathematical expression.
- class letalker.function_generators.abc.AnalyticFunctionGenerator(fo, **kwargs)#
Abstract base class of function generators, which can possibly generate analytic signal version of the function.
- Parameters:
fo (float | FunctionGenerator)