r9y9 / nnmnkwii

Library to build speech synthesis systems designed for easy and fast prototyping.

Home Page:https://r9y9.github.io/nnmnkwii/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Namespace decision: function/pre-processing/util

r9y9 opened this issue · comments

Currently It's not obvious how the packages (namespaces) different. Utility functions can be used as pre-processing. Utility functions are of course functions. Maybe merging into a single function module?

The plan is to remove functions module, which is too generic. In #23, I moved all functions in functions module into the new paramgen module. After that, It should be clear what the module provides.