Closed artur-shaik closed 3 years ago
That code will process the 6000 tracks as part of a single album, this is most likely not what you want. You should use process_recursive
and pass the root directory.
I think this is exactly what I want. I need all this tracks sound with equal loudness to each other.
The problem with process_recursive
is that I have subfolders that I do not need to include.
I need all this tracks sound with equal loudness to each other.
Then you should set album_gain
to False
when calling process
.
Ok thanks, will investigate further.
When I execute processing with such code:
I have this error:
I execute this command on directory that contains about 6000 mp3 tracks.