|  | @@ -112,7 +112,7 @@ function Submit(req) {
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |      switch (req.body.kind) {
 |  |      switch (req.body.kind) {
 | 
											
												
													
														|  |          case 0:
 |  |          case 0:
 | 
											
												
													
														|  | -            kind_of[0] = `audio-separator ./${uuid} --model_filename UVR-MDX-NET-Inst_HQ_5.onnx --mdx_enable_denoise   --mdx_segment_size 8000 --mdx_overlap 0.85 --sample_rate=48000  --output_format mp3  --mdx_batch_size 300 --output_dir output`
 |  | 
 | 
											
												
													
														|  | 
 |  | +            kind_of[0] = `audio-separator ./${uuid} --model_filename UVR-MDX-NET-Inst_HQ_5.onnx --mdx_enable_denoise   --mdx_segment_size 5000 --mdx_overlap 0.85 --sample_rate=48000  --output_format mp3  --mdx_batch_size 300 --output_dir output`
 | 
											
												
													
														|  |              kind_of[1] = `./output/${uuid}_(Instrumental)_UVR-MDX-NET-Inst_HQ_5.mp3`
 |  |              kind_of[1] = `./output/${uuid}_(Instrumental)_UVR-MDX-NET-Inst_HQ_5.mp3`
 | 
											
												
													
														|  |              kind_of[2] = `${uuid}_(Instrumental)_UVR-MDX-NET-Inst_HQ_5.mp3`
 |  |              kind_of[2] = `${uuid}_(Instrumental)_UVR-MDX-NET-Inst_HQ_5.mp3`
 | 
											
												
													
														|  |              kind_of[3] = `./output/${uuid}_(Vocals)_UVR-MDX-NET-Inst_HQ_5.mp3`
 |  |              kind_of[3] = `./output/${uuid}_(Vocals)_UVR-MDX-NET-Inst_HQ_5.mp3`
 |