Aaron Alef
Aaron Alef
Thanks for the quick response! Adding `sendmail` to `default.nix` like this: ``` otherDeps = p: with p; [ sendmail ]; ``` leads to this compile time error: ``` error: undefined...
With `mailutils` the project compiles but the error still remains
Until a solution is found for this, I'm looking for a workaround. I have been able to send mails from SendGrid via `sendgrid-v3`. Is there a way for me to...
Thanks for telling me. Since I'm not an iOS developer, I cannot reliably fix this, though I created branch [fix/ios/version](https://github.com/anarchuser/mic_stream/tree/fix/ios/version) where I've tried to set a swift version. Please try...
Sorry to hear that. Sadly, I can't help you at all since I have no experience with iOS development whatsoever. I merged iOS support from Pull Request #15, you may...
If you know how to fix it, please feel free to open a Pull Request. I don't know anything about iOS permission handling
You can calculate the amplitude from the sampled data. How you do this depends on what type of amplitude you want (e.g., average amplitude over some delta time or mean...
It extracts the local minimum and maximum from each list of samples to calculate the local amplitude
Again, the important question is which kind of amplitude you want to calculate
Then you want to have a look at calculating the mel-frequency cepstral coefficients. The mel-frequency cepstrum was invented for human voice recognition and as such allows you to easily distinguish...