Improvement: Fix DeepFilterNetCommandBuilder::setInputFile()
limitation
#52
Labels
core
Media processing component, the core C++ binary.
help wanted
Extra attention is needed
improvement
Improve existing functionality
Due to a limitation of the underlying model, we cannot pass an input file flag (for OS calling).
This causes an issue where the user has to know when to call the
setInputFile()
method first, which diverges from the builder pattern, and is just not nice.We need a solution for this without sacrificing the const-correctness and diverging from the pattern.
More details in the
DeepFilterCommandBuilder.h
file.The text was updated successfully, but these errors were encountered: