Files
ports/math/kfr/files/patch-tools_sample__rate__converter.cpp
T
Daniel Engberg d573cccf09 math/kfr: Fix build
When applying patch from PR 288643 new files got lost, add these
to unbreak build

PR:		288643
Approved by:	blanket (build fix)
2025-08-17 19:01:46 +02:00

12 lines
503 B
C++

--- tools/sample_rate_converter.cpp.orig 2025-08-02 11:51:50 UTC
+++ tools/sample_rate_converter.cpp
@@ -18,7 +18,7 @@ int main(int argc, char** argv)
println(library_version());
if (argc < 4)
{
- println("Usage: sample_rate_converter <INPUT_FILE> <OUTPUT_FILE> <TARGET_SAMPLE_RATE>");
+ println("Usage: kfr_src <INPUT_FILE> <OUTPUT_FILE> <TARGET_SAMPLE_RATE>");
println("Supported formats: WAV/W64, 16, 24, 32-bit PCM, 32, 64-bit IEEE");
return 1;
}