Mark LeMoine
Mark LeMoine
I'd love to be able to provide doc comments for the generated discriminants enum. I have a working local fork of `strum`, with the changes needed for this to work,...
First: is this a bug report? A suggestion? Or asking for help? Asking for help. # Problem description I've trying to create a spreadsheet-like custom `View`. it consists of a...
`sf_test.tsv` contents: ``` a b 001 009 010 090 100 900 ``` Usage and unexpected behavior: ``` In [2]: sf.Frame.from_tsv('sf_test.tsv', dtypes={'a': str, 'b': str}) Out[2]: a b
Hello, I'm having trouble with the record_wav example on my laptop, which has a built-in microphone. I can't seem to get cpal to capture my sound card audio, instead of...
Closes #145 Adds a new subcrate `dasp_filter`, which includes `Coefficients` and `Biquad` types. This crate uses the same feature gating as the other crates in `dasp`. In addition, similar to...
I'm working on a project that involves using biquad filtering on an audio signal. Right now I'm doing it by hand manually using `map`, but I was wondering if it...
Closes #338. Would love some eyes on the calls to `raw_start`, I believe I'm following the contracts as listed in [`Transactional`](https://docs.rs/embedded-hal/latest/embedded_hal/blocking/i2c/trait.Transactional.html) and [`TransasctionalIter`](https://docs.rs/embedded-hal/latest/embedded_hal/blocking/i2c/trait.TransactionalIter.html).
I'd love to be able to use the `Transactional` IO model of `embedded_hal` for `I2c` (https://docs.rs/embedded-hal/latest/embedded_hal/blocking/i2c/trait.Transactional.html), would it be possible to add this in? I'm happy to do the work...
Hello, I'd like to know if the album gain for multiple tracks depends on the order that those input tracks are passed into the included `flacgain` utility. I'm including `bs1770`...