sinshu / rustysynth

A SoundFont MIDI synthesizer written in pure Rust
Other
139 stars 22 forks source link

Embedded? #14

Closed GeoffreyPlitt closed 2 months ago

GeoffreyPlitt commented 9 months ago

This is awesome!

Does this work on embedded / microcontrollers ? Like Raspberry Pi Pico or something?

What's the smallest/simplest chip you've run this on?

sinshu commented 9 months ago

Thanks 😄 However, answering that question is difficult because I have no experience with embedded systems. Nevertheless, since this library uses only the standard library of Rust, it should work in any environment where a standard Rust program operates. As for environments where even the standard library is not usable, honestly, I am not sure 😖