I have modified the project that the model can upsampling a 8000hz audio to a 16000hz wav file.
so true_wf is 8000 and INPUT_SIZE is 16000 in the processing
final, int(true_wf.size/INPUT_SIZE)*INPUT_SIZE is 0, so the true_wf is None.......
Is there any hint?
in upsampling_audio_file , there is a code here that puzzles me
I have modified the project that the model can upsampling a 8000hz audio to a 16000hz wav file. so true_wf is 8000 and INPUT_SIZE is 16000 in the processing final, int(true_wf.size/INPUT_SIZE)*INPUT_SIZE is 0, so the true_wf is None....... Is there any hint?