Closed nikhiljangra264 closed 1 month ago
I have make the changes requested. Please check
I have make the changes requested. Please check
@nikhiljangra264 I needed to push an update on main to unblock a few things. Could you please make sure your PR conforms? Details available in #27. Thanks a lot!
@omeryusufyagci I have made Changes. Please look
5
Updates and Enhancements
Added
determineNumChunks()
functionA new function in the
AudioProcessor
class is responsible for dynamically determining the number of chunks (threads) based on system hardware or configuration.Updated
AudioProcessor
constructorThe constructor calls the
determineNumChunks()
funtion to determine the dynamic number of chunks.Modified
ConfigManager
The
ConfigManager
class now supports the configuration ofnum_chunks
in the configuration file.Updated the configuration file
The configuration file has been updated to include the
num_chunks
setting, allowing users to adjust the number of chunks (threads) for processing.