# dataEx-pitchShift **Repository Path**: aige_tech/dataex-pitchshift ## Basic Information - **Project Name**: dataEx-pitchShift - **Description**: midi提取的样本扩充(小脚本) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-01-30 - **Last Updated**: 2023-01-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 数据扩充(变调)工具 ## 使用方法: `python3 pitchShift.py 样本路径 保存目录` 例如: `python3 pitchShift.py test.txt test` 批量处理: `mkdir ../out` `find ./ -name *.txt -type f -exec python3 pitchShift.py {} ../out/{}\;`