Closed omeryusufyagci closed 1 month ago
I would love to work on this, Could you assign it to me?
Hi @nikhiljangra264, thanks for your interest! I've assigned the issue to you.
Hello, I have made a PR regarding this. Please take a look and give me suggestions if any.
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:
std::thread::hardware_concurrency()
.config.json
for manual control if needed.