Jeryn Aldaron Lau
Jeryn Aldaron Lau
This PR takes care of https://github.com/alteous/euler/issues/2
I know this is changed in the master branch, but it would be nice to have on 1.4.x as well, considering that 2.0.0 isn't out yet.
I was looking at cargo tree and wondering if there's places for improvement in reducing dependencies. I came up with the following things: - I'm wondering if it's possible to...
There is almost no information / clarity on what `flush()` should do and if it's called by any of the macros in this crate. I think it should say something...
When I try to compile the example program and run it on my phone it starts up and then crashes right away. Also, after it says `success` it prints `rm...
See https://en.wikipedia.org/wiki/Colors_of_noise for descriptions, some might be easier implemented once a band-pass filter is added.
Currently the audio just repeats quieter a number of samples later. Re-write orginal freeverb C++ library code to work with twang.
Currently the API requires the user to pass a closure for synthesis. I'd like to re-work this to be data-oriented (savable and loadable as a file), and synthesis constructable with...