Effects#
librosa.effects provides wrapper functions for time-series manipulation, harmonic-percussive source separation, and standard audio effects.
It also provides some basic functions for trimming, splitting, or splicing signals.
Decompose an audio time series into harmonic and percussive components. |
|
Extract harmonic elements from an audio time-series. |
|
Extract percussive elements from an audio time-series. |
|
Time-stretch an audio series by a fixed rate. |
|
Shift the pitch of a waveform by |
|
Remix an audio signal by re-ordering time intervals. |
|
Trim leading and trailing silence from an audio signal. |
|
Split an audio signal into non-silent intervals. |
|
Pre-emphasize an audio signal with a first-order differencing filter: |
|
De-emphasize an audio signal with the inverse operation of preemphasis(): |