Closed darai0512 closed 10 months ago
Thank you for your support and the feedback. We have developed our project specifically for mono audio and have not tested it with stereo audio. Considering that using stereo audio may cause additional errors, we have addressed this issue in a new commit. Inputting stereo audio will now result in an AssertionError.
Hi, I and my Japanese voice AI enthusiast community like this product.
This is trivial PR. If you don't need, please close this.
Abstract
If input audio is stereo, I get the following error.
The log
The wav file input.wav has 2 channels, select the first one to proceed.
and doc stringtest_utt (str): Path to the source singing waveform (24kHz, single-channel).
tell us that input audio should be single-channel, but final error message is difficult for me.The other processes select the first one to proceed in case of multi-channel. So, infer selects the same. (Or, raising error message of
input audio should be single-channel
is better?)