-
For some reason neither options `-l` nor `--pitch-tolerance` are recognized.
E.g. if I invoke this command:
`aubio pitch audiofile.mp3 --pitch-tolerance 0.5`
I get this error:
`aubio: err…
-
**Host Environment**
- OS: macOS 11 with Apple M1
- Compiler: Apple clang version 12.0.0 (clang-1200.0.32.29), Target: arm64-apple-darwin20.2.0
**To Reproduce**
Steps to reproduce the behavior:
`…
-
I'm reporting on behalf of @jbauernberger from #523
**What happened**:
From https://github.com/anchore/grype/issues/523#issuecomment-989849082
```
$> grype .
✔ Vulnerability DB [upda…
-
So with this crate: https://docs.rs/aubio-rs/0.1.3/aubio_rs/
I already put it in the `Cargo.toml` file, but in the `main.rs` file how would I import this library?
I additionally want to know how…
-
### Description
When doing `pip install -r requirements.txt` the resolver notices a version conflict and fails quickly, whereas listing the same requirements on the command line causes an extended …
-
I am not able to get this crate to build on Windows. Any plans to add support?
-
### `brew gist-logs ` link OR `brew config` AND `brew doctor` output
```shell
HOMEBREW_VERSION: 3.5.10-49-gb2ddb34
ORIGIN: https://github.com/Homebrew/brew
HEAD: b2ddb341a0489834dbbfcb57544d87c4…
-
The acutall length of `cvec_t` is cast to `length/2 + 1` only for FFT convienence.
This causes logical inconvenience and ambiguity for user-customized usage of `cvec_t` struct.
Which, further causes…
-
**Describe the bug**
Ardour does not build against glib 2.68
Ubuntu also hit this:
https://bugs.launchpad.net/ubuntu/+source/ardour/+bug/1921796
It will only be fixed in version 6.7, the relea…
iwanb updated
3 years ago
-
Hello there! Some months ago I posted an issues here on how to get pitch detection with `alsaaudio`. I got the answer and it is working as what I want.
However, I think (CMIIW) `alsaaudio` will not…