Subtitle-Synchronizer / jlibrosa

Librosa equivalent Java library to process audio file adn extract features from it.
MIT License
89 stars 26 forks source link

Displaying image as librosa.display.specshow #7

Open Edouard-ATC opened 3 years ago

Edouard-ATC commented 3 years ago

Hi, is it possible to create bitmap from jLibrosa.generateMelSpectroGram values ? like librosa.display.specshow with java or kotlin

VVasanth commented 3 years ago

Hi @Edouard-ATC,

Right now, library does not support the bitmap generation...But creation of bitmap from the generated values should not be a big challenge...