Zafar Rafii

Results 1 issues of Zafar Rafii

**Describe the bug** time_stretch does not return the same signal when rate=1. **To Reproduce** ``` import librosa import matplotlib.pyplot as plt audio_signal, _ = librosa.load(librosa.ex('fishin')) audio_signal_stretched = librosa.effects.time_stretch(audio_signal, rate=1) plt.plot(audio_signal,...

bug