Skip to content

Commit

Permalink
Merged
Browse files Browse the repository at this point in the history
  • Loading branch information
kthakore authored and Michael-F-Bryan committed Mar 9, 2021
1 parent 904d0f4 commit 75d5c40
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions examples/microspeech/Runefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ FROM runicos/base

CAPABILITY<i16[24000]> audio SOUND --hz 16000 --samples 150 --sample-size-ms 1500 # set up libraries and interfaces

CAPABILITY<F32[150]> audio AUDIO --hz 16000 --samples 150 --sample-size-ms 1500
PROC_BLOCK<f32[24000, 1],f32[49, 40]> fft hotg-ai/rune#proc_blocks/fft
CAPABILITY<F32[24000, 1]> audio AUDIO --hz 16000 --samples 150 --sample-size-ms 1500
PROC_BLOCK<F32[24000, 1],F32[49, 40]> fft hotg-ai/rune#proc_blocks/fft

MODEL<F32[150],F32> model ./model.tflite
MODEL<F32[49, 40],F32> model ./model.tflite
RUN audio fft model

OUT serial

0 comments on commit 75d5c40

Please sign in to comment.