This repo contains codes that calculate linear prediction from mel spectrogram.
Can be used in Text to Speech vocoder like lpcnet or feather wave, etc.
python3.5 or higher
Run this script to generate examples in wavs
python librosa_predict.py
Original audio is wavs/LJ001-0001.wav, which is the same as wavs/audio.wav.
Mel spectrogram are extracted using librosa.
Mel spectrogram is
Predicted audio, original audio and error between two of them are