Audio signals#
Load an audio file as a floating point time series. |
|
Load an example audio file by key. |
|
Stream audio in fixed-length buffers. |
|
Resample a time series from orig_sr to target_sr |
|
Compute the duration (in seconds) of an audio time series, feature matrix, or filename. |
|
Get the sampling rate for a given file. |
|
Convert an audio signal to mono by averaging samples across channels. |
|
Combine two signals into a stereo signal. |
|
Combine multiple signals into a multi-channel signal. |
|
Construct a "click track". |
|
Construct a pure tone (cosine) signal at a given frequency. |
|
Construct a "chirp" or "sine-sweep" signal. |
|
Bounded-lag auto-correlation |
|
Find the zero-crossings of a signal |