Vincent Lostanlen

Results 19 issues of Vincent Lostanlen

Right now, our methods `scattering(self, x)` are frontend-specific, not frontend-agnostic: one is defined in each frontend. Of course, the code in these frontends look very similar: they do argument check,...

management
1D

https://jams.readthedocs.io/en/stable/namespace.html#tag-medleydb-instruments points to marl.smusic.nyu.edu/medleydb_webfiles/taxonomy.yaml which is a broken link

Consider the following script: ```python import soundata urbansound8k = soundata.initialize('urbansound8k') urbansound8k.download() # download the dataset val = urbansound8k.validate() # validate that all the expected files are there assert val ==...

enhancement
priority

For reasons of compatibility, it would be very useful to make soundata interoperable with Audubon Core: https://ac.tdwg.org/termlist/#711-region-of-interest-vocabulary

enhancement

It should be called `backend.stack`. And indeed the implementations rely on `torch.stack`, `tensorflow.stack` and `numpy.stack` ~~Besides the unfortunate choice of naming, i'm anticipating that i will be needing a true...

1D
2D
3D

## What is `oversampling` ? We've had `oversampling` in 1D, but not 2D nor 3D, since 2018. Now that the API of `Scattering1D` is solidifying, i think we should re-discuss...

bug
question
API
1D

Hi, Thanks for setting up the construction of the Meyer wavelet. But meyer_filter_bank_1d does not work, as it has been copied from morlet_filter_bank_1d. Consequently, many options from Morlet are silently...

Since #1666 (which closed #1659), we're doing a better job than before at crediting Librosa contributors on Zenodo: see `scripts/create_author_list.py` and its result `.zenodo.json`. And what a nice result: https://zenodo.org/record/7650421...

discussion
management

**Is your feature request related to a problem? Please describe.** Today i was looking at our (lesser-known!) gallery of advanced examples https://librosa.org/doc/main/advanced.html and noticed that the x-axis says "Time" without...

display