Brian McFee

Results 136 issues of Brian McFee

#### Reference Issue Fixes #1517 #### What does this implement/fix? Explain your changes. This PR updates the documentation build environment following #1566 . Adding soxr-python as a core dependency turned...

documentation
management

#### Reference Issue Fixes #1402 #### What does this implement/fix? Explain your changes. This PR adds just intonation support in various places, as discussed extensively in #1402. Specifically: - [x]...

enhancement
functionality

**Is your feature request related to a problem? Please describe.** We somewhat often get questions about how to use librosa for stream-based processing of a live audio capture. The "PCEN...

documentation

This is a bit of an oddball question, but I haven't been able to figure it out from the docs or a (brief) source-dive, so I thought I'd ask here....

#### Reference Issue Fixes #1772 #### What does this implement/fix? Explain your changes. Adds 3.12 to supported versions, updates build matrix.

testing
management

Forking this issue off from a side discussion in #1402. Now that we have a pretty stable implementation of VQT, just intonation interval construction, and translation of these intervals into...

enhancement
discussion
music theory

#### Reference Issue Fixes #1695 Follows up on #1130 Fixes #1773 #### What does this implement/fix? Explain your changes. This PR implements the extensions to various detection methods proposed in...

enhancement
functionality

**Is your feature request related to a problem? Please describe.** When we implemented multichannel support #1130 , one subtle issue that pops up is the calculation of a reference amplitude...

enhancement
API change

This question came up at the SpeechBrain 2023 summit, and I figured it warrants some open discussion and thought. In short: what will it take for librosa to be compatible...

discussion

**Describe the bug** This surfaced in #1766 , but creating a separate issue here for historical purposes. In the beat tracker, when `trim=True`, we enter the following path: https://github.com/librosa/librosa/blob/5ca70f5d57fc597660452f011ffff55f9c36ed4b/librosa/beat.py#L505-L516 The...

bug