ruuda / hound

A wav encoding and decoding library in Rust

Home Page:https://codeberg.org/ruuda/hound

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

no_std support?

Boscop opened this issue · comments

no_std support would be useful for making an executable music entry for a demo competition.

The size limit is 32kb, so I have to use no_std, like this example.

I think this should be possible. From the top of my head, there is only a Vec to support SampleWriter16, which is an optimisation. I’ll look into it.