Justin Salamon

Results 52 issues of Justin Salamon

For training, users will likely want to use PT or TF data generators. Right now it's fairly easy to create such a wrapper on top of a soundata dataset, but...

https://www.openslr.org/12

new loader

#### Description Some flags in rubberband are not followed by a value, e.g. `--no-lamination` or `--pitch-hq`. The current implementation always expects rbargs as pairs of keyword and argument (in dict...

Fix inconsistent indentation and make print statements python 3 compatible

Basic multipitch tracker?

enhancement

Basic pitch tracking

enhancement

Implement basic chroma feature

enhancement

Trying to retrieve metadata (in particular, the license) for multiple sounds on FreeSound, using the Python API with python 3. Working example: ``` import freesound client = freesound.FreesoundClient() client.set_token(MYTOKEN, "token")...

A generic converter that takes any folder of MIDI files and converts them to JAMS files.

I'm writing a parser or the [UrbanSound8K dataset](https://serv.cusp.nyu.edu/projects/urbansounddataset/) (because I need it). Would it make sense to include it in this repo? I know that in principle we're focusing on...