pytorch / audio

Data manipulation and transformation for audio signal processing, powered by PyTorch
https://pytorch.org/audio
BSD 2-Clause "Simplified" License
2.49k stars 644 forks source link

Best way to calculate the MelSpectrogram on mini-batches #300

Closed vgoklani closed 4 years ago

vgoklani commented 5 years ago

From the documentation, it looks like the MelSpectrogram only operates on one waveform at a time. How do we run this on a mini-batch of data? Thank you!

vincentqb commented 4 years ago

Currently, batch can be down through loops. For reference: #147.

vincentqb commented 4 years ago

Closing, since this is a duplicate of #147. Please feel free to comment on #147.