lua---audio icon indicating copy to clipboard operation
lua---audio copied to clipboard

I've saved the 'spect' image, but there is just white-banded image.

Open bemoregt opened this issue 7 years ago • 2 comments

I've saved the 'spect' image, but there is just white-banded image.

following your spectrogram example code ..

What's wrong with me ?

bemoregt avatar Apr 06 '17 14:04 bemoregt

The save function expects tensor values between 0 and 1 so you'll have to normalize your spectrogram data.

Jeff-Ding avatar Apr 25 '17 17:04 Jeff-Ding

A ha~ Thanks ~

bemoregt avatar Apr 26 '17 01:04 bemoregt