Closed omeryusufyagci closed 3 weeks ago
Hey there! I wanted to see if you need some help getting this implemented. Would be happy to help!
Hi @georgeolson92, it would be great, thanks a lot! Feel free to reach out if you have questions/feedback along the way.
This was closed by #42
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.