omeryusufyagci / fast-music-remover

A C++ based, lightweight music and noise remover for YouTube and other internet media, using DeepFilterNet for audio enhancement.
MIT License
200 stars 21 forks source link

Feature: Add Auto-Configuration for Thread Usage in `MediaProcessor` #5

Closed omeryusufyagci closed 1 month ago

omeryusufyagci commented 2 months ago

Currently, the thread count uses a default value (see MediaProcessor::AudioProcessor()). This improvement aims to allow faster processing times for more capable hardware while ensuring stable operation on all target machines by determining an optimal number of threads.

Objective:

nikhiljangra264 commented 1 month ago

I would love to work on this, Could you assign it to me?

omeryusufyagci commented 1 month ago

Hi @nikhiljangra264, thanks for your interest! I've assigned the issue to you.

nikhiljangra264 commented 1 month ago

Hello, I have made a PR regarding this. Please take a look and give me suggestions if any.