|
pyACA: Documentation 0.3.1
Source Code for Audio Content Analysis
|
Functions | |
| ToolBlockAudio (x, iBlockLength, iHopLength, f_s) | |
| helper function: blocks an audio signal into overlapping blocks | |
| ToolBlockAudio | ( | x, | |
| iBlockLength, | |||
| iHopLength, | |||
| f_s ) |
helper function: blocks an audio signal into overlapping blocks
| x | array with floating point audio data (dimension samples x channels) |
| iBlockLength | internal block length |
| iHopLength | internal hop length |
| f_s | sample rate of audio data |
Definition at line 15 of file ToolBlockAudio.py.