Feature: Add DeepFilterCommandBuilder
to MediaProcessor
#32
Labels
core
Media processing component, the core C++ binary.
feature
New feature or request
good first issue
Good for newcomers
hacktoberfest
This issue is eligible for Hacktoberfest contributions
help wanted
Extra attention is needed
Implement a
DeepFilterCommandBuilder
class to establish a high-level API for constructingDeepFilterNet
commands, extending the CommandBuilder base class. Methods such assetInputAudio()
andsetNoiseReductionLevel()
should abstract the command details.This will make the filtering process more maintainable and user-friendly, eliminating the need for users to understand command-level specifics. Will be needed by the frontend for v1.0.s
See discussion in #4 for more context.
A good first issue as it's a direct extension of an existing class, requiring minimal understanding of the full project.
The text was updated successfully, but these errors were encountered: