Brian McFee
Brian McFee
Some notes: - updates to regulargridinterpolator could be relevant for #1422 - scipy.signal has lanczos window now, we should add it to the collection
Removing the 0.10 milestone here - adaptive specshow is not on the roadmap for now, and lanczos will work out of the box when scipy 1.10 final drops. All that...
Looking through scipy release notes, some other things we might want to look at: - scipy 1.10 added bounds constraints for optimze.least_squares; could be worth testing this against our lbfgs-based...
Dropping this from the 0.10.2 milestone. I've skimmed through librosa and I don't think there's much to do, at least until we revisit the adaptive specshow idea. Closing this out.
Thanks for this. A few comments/questions: - I'm curious why you need to make a patch rather than omitting those parts of the repository from the package manifest? - I...
> sorry for the mistake. Yes I meant "audio > > > Again, this is necessary for the documentation to build correctly, at least for the html build targe. >...
Closing this thread out in favor of the more recent / productive #1843 discussion
And followup comment: In https://github.com/librosa/librosa/issues/641 we made a conscious decision to simplify things to a 12TET base, following this comment from @kaustuvkanti : https://github.com/librosa/librosa/issues/641#issuecomment-643563955 - essentially, the svara are treated...
> * nderstanding, the intervals used in maqam-based music are not considered to be flexible and non-discrete, rather than a discrete set of notes fixed at harmonic ratios Sure, but...
Looking into this today. To make `onset_detect` work, we will need to implement this functionality also in `peak_pick`. This will in turn require a bit of a rewrite, as the...