-
```
version: 1
image: runicos/base
pipeline:
audio:
capability: SOUND
outputs:
- type: F32
dimensions: [1,16000]
args:
hz: 16000
sample_duration_ms…
-
We can't publish the `rune-XXX` crates to crates.io because [a Rune project already exists](https://crates.io/search?q=rune) and it already has a bunch of `rune-XXX` crates.
I'm guessing the best s…
-
YAMNet model outputs the confidence array from the model but fails when attempting to use the most_confident & label processing blocks.
**Runefile**
```yaml
version: "1"
image: runicos/base
pip…
-
Running
```
cargo run --bin rune -- build examples/debugging/Runefile.yml
```
followed by
```
cargo run --bin rune -- run examples/debugging/debugging.rune
```
Fails with
```
[2021…
-
According to https://github.com/wasm3/wasm3/blob/8850f91c46510ca44097e8b1d55441bc4de544e5/source/wasm3.h#L218-L222, the WASM bytecode passed to `m3_ParseModule` needs to stay alive during the module's…
-
We need a way to inject proprietary code into the `rune` CLI (e.g. for adding encryption) and Rune runtime.
-
The Runefile syntax lets you write code like this:
```
CAPABILITY rand RAND --n 1
PROC_BLOCK mod360 hotg-ai/pb-mod --modulo 100
MODEL sine ./sinemodel.tflite
```
In this case, the proc block…
-
Calling a proc_block locally in The `Runfile.yml`
```yaml
audio_float_conversion:
proc-block: "../rune/proc_block/audio_float_conversion"
```
Provides the following error when running `rune…
-
It'd be nice if we could embed a static resource in a Rune and use it as a capability. This would let people take an existing Rune and fix one of its inputs (kinda like [`functools.partial()`](https:/…
-
Make microspeech working on the example collab
- [x] Tensorflow C code is walk through is done
- [x] Rust \ C mapping is almost done
- [x] Issue is difference is Sonogram FFT
Closer need a few…