minor : close #370 + Makefile build info print change

This commit is contained in:
Georgi Gerganov
2023-01-05 21:35:04 +02:00
parent 84c6b42e65
commit 196d738974
2 changed files with 3 additions and 3 deletions

View File

@ -557,7 +557,7 @@ int main(int argc, char ** argv) {
}
if (wav.sampleRate != WHISPER_SAMPLE_RATE) {
fprintf(stderr, "%s: WAV file '%s' must be 16 kHz\n", argv[0], fname_inp.c_str());
fprintf(stderr, "%s: WAV file '%s' must be %i kHz\n", argv[0], fname_inp.c_str(), WHISPER_SAMPLE_RATE/1000);
return 8;
}