I notice that the segmentation works perfectly for one job, but as soon as you have X jobs, you distribute the original audio to reshape between your X jobs.
The problem is that as a result, the last audio slice of a job is treated as the last slice and is padded with zeros... except that it is not really the last audio slice (except and only if it is the last batch of the jobs)
We need to find a solution to this so the last slice of a batch is concatenated with the first audio file of the following batch
I notice that the segmentation works perfectly for one job, but as soon as you have X jobs, you distribute the original audio to reshape between your X jobs. The problem is that as a result, the last audio slice of a job is treated as the last slice and is padded with zeros... except that it is not really the last audio slice (except and only if it is the last batch of the jobs)
We need to find a solution to this so the last slice of a batch is concatenated with the first audio file of the following batch