Vincent Lostanlen

Results 194 comments of Vincent Lostanlen

Seems like this is related to #159? Can a Windows user check that this solves the problem?

1.5.0-rc1 is out on PyPI https://pypi.org/project/sox/1.5rc1/

Looking at this PR again today, i feel like this program flow: ```python if input_filepath != "-n": args.append("--") args.append(input_filepath) ``` appears enough times in the PR to warrant being a...

> Specifically, what might make more sense is to provide two functions (and backing data structures) called f0_range and frequency_range. The former corresponding to fundamental frequencies generated by particular sources...

You mean the strptime part? Yes i can work on it starting Feb 6

it will be backwards compatible for sure

i've just tried passing datetimes as x_coords. i think it works? (since matplotlib 3.4.3) however the pretty-printing as `x_axis='time'` is completely off. i'm not sure how the conversion from datetime...

@bmcfee My apologies. One example is the ability to pass `x_axis='%M分%S秒'` to `specshow`, `xticks=[0, 30, 60, 90]` and obtain `0分0秒`, `0分30秒`, `1分0秒`, `1分30秒` https://github.com/librosa/librosa/issues/1364#issuecomment-1133777136

@bmcfee at least with integer values. datetime/timedelta is an entirely separate feature request