From 75d5c40bb6076ac5a67b0142c5df9f3bd11f4f56 Mon Sep 17 00:00:00 2001 From: Kartik Thakore Date: Mon, 8 Mar 2021 17:33:03 -0800 Subject: [PATCH] Merged --- Cargo.lock | 18 +++++++++--------- examples/microspeech/Runefile | 6 +++--- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d43d2a475b..9cddd22183 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2,15 +2,6 @@ # It is not intended for manual editing. version = 3 -[[package]] -name = "FFT" -version = "0.1.0" -dependencies = [ - "hound", - "runic-types", - "sonogram", -] - [[package]] name = "addr2line" version = "0.14.1" @@ -729,6 +720,15 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7" +[[package]] +name = "fft" +version = "0.1.0" +dependencies = [ + "hound", + "runic-types", + "sonogram", +] + [[package]] name = "float-cmp" version = "0.8.0" diff --git a/examples/microspeech/Runefile b/examples/microspeech/Runefile index 08b9f31d8e..a4ffc0d420 100644 --- a/examples/microspeech/Runefile +++ b/examples/microspeech/Runefile @@ -2,10 +2,10 @@ FROM runicos/base CAPABILITY audio SOUND --hz 16000 --samples 150 --sample-size-ms 1500 # set up libraries and interfaces -CAPABILITY audio AUDIO --hz 16000 --samples 150 --sample-size-ms 1500 -PROC_BLOCK fft hotg-ai/rune#proc_blocks/fft +CAPABILITY audio AUDIO --hz 16000 --samples 150 --sample-size-ms 1500 +PROC_BLOCK fft hotg-ai/rune#proc_blocks/fft -MODEL model ./model.tflite +MODEL model ./model.tflite RUN audio fft model OUT serial