We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
bool fsupp=(myWav.getBitsPerSample()<=24) && ( (myWav.getNumChannels()==2) || (myWav.getNumChannels()==1)); if (!fsupp) { std::cerr << "unsupported input format" << std::endl; std::cerr << "must be 1-16 bit, mono/stereo, pcm" << std::endl; myWav.Close(); return 1; }
It can be seen that the code has already started to support 24-bit audio, but the command-line output has not been changed yet.
val too large
Please unify the code.
It can be seen that the code has already started to support 24-bit audio, but the command-line output has not been changed yet.
val too largeoccurs.Please unify the code.