File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -81,8 +81,8 @@ Needs we have ourselves or features we have seen requested but can not link too.
8181- Add an output to the OS, any audio send to it enters the audio graph. @dvdsk
8282- Add an input to the OS, it gets audio from an output of the audio graph. @dvdsk
8383- Support features on capable embedded hardware where possible. With capable hardware we mean the target:
84- - Supports 32 bit floating points.
85- - Has 32 bit float atomics.
84+ - Can supports 32 bit floating points through [ libm ] ( https://crates.io/crates/libm ) .
85+ - Has 32 bit float atomics via [ portable-atomics ] ( https://crates.io/crates/portable-atomic ) .
8686 This would allow applications such as:
8787 - (battery operated) Alarm clocks
8888 - Light portable audio players
You can’t perform that action at this time.
0 commit comments