Currently, we only support data format: `N x M x 3`. We would also ideally also support `N x 3 x M` by adding a flag in the `extract_features` function: ``` feats = extract_features(data, feature_set='full', sample_rate=sample_rate) ```