# features_extract **Repository Path**: TheInit/features_extract ## Basic Information - **Project Name**: features_extract - **Description**: 用于语音中(语音识别、声纹识别等)的特征提取,包括MFCC、Fbank、LPC、PLP... - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 7 - **Forks**: 1 - **Created**: 2021-04-21 - **Last Updated**: 2023-12-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # features_extract #### 介绍 用于语音中(语音识别、声纹识别等)的特征提取,包括MFCC、Fbank、LPC、PLP... #### 软件架构 通过spafe模块进行音频的特征提取 该模块可以提取的特征包括: BFCC, LFCC, LPC, LPCC, MFCC, IMFCC, MSRCC, NGCC, PNCC, PSRCC, PLP, RPLP等 #### 安装spafe模块 1. pip install -U spafe 2. python>=3.5 numpy>=1.17.2 scipy>=1.3.1 #### 使用说明 1. examples目录中是使用ipynb格式的特征提取示例 2. my_feature目录中是通常的python格式的特征提取示例 3. 该模块下载于 https://github.com/SuperKogito/spafe/tree/master/examples​github.com