Gianluca Micchi
Gianluca Micchi
Allow users to pass batches of audio waveforms, vectorising the relevant code. This adds flexibility to the code and also makes it faster to run on batched data. There are...
I'm using `librosa.effects.trim` to get rid of silence at both ends of a track. However, in the edge case when a track is completely silent (i.e. all its entries are...
### Feature request When I try to use optimum-cli to export the facebook/encodec_32khz model I get this error: ``` % optimum-cli export onnx --model facebook/encodec_32khz encodec.onnx Framework not specified. Using...
Currently, mirdata can't be installed through conda. It'd be great to add support for it, maybe in the conda-forge channel.
Operations on numpy arrays are much faster and also the code is much more compact because it avoids explicit for loops. Swapping is not a trivial task because it would...
One of the most well-known libraries for doing statistical analysis is Pandas. This provides a nifty interface to databases basically implemented as a tabular where rows represents different instances in...
Add a setup.py file to the repo. It allows people to install AugmentedNet by simply running ``` pip install git+https://github.com/napulen/AugmentedNet ``` Of course, this also comes with a better integration...