From e997644ecdec77679f15ee6fa61300df36003c40 Mon Sep 17 00:00:00 2001 From: Xavi Lizarraga Date: Wed, 23 Oct 2024 12:37:55 +0200 Subject: [PATCH] Update example name in wscript --- src/examples/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/examples/wscript b/src/examples/wscript index 0fc0ca2c8..ce0b521a5 100644 --- a/src/examples/wscript +++ b/src/examples/wscript @@ -43,7 +43,7 @@ example_sources_fileio = [ ('standard_loudnessebur128_double_input', ), ('standard_saturationdetector', ), ('standard_snr', ), - ('standard_tempo_cnn',), + ('standard_tempocnn',), ('standard_welch', ), ('streaming_humdetector', ),