# Find Cracking Noise **Repository Path**: zhousfox/find-cracking-noise ## Basic Information - **Project Name**: Find Cracking Noise - **Description**: 使用FFT相关性判断是否发生破音 - **Primary Language**: Python - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-11-09 - **Last Updated**: 2022-11-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: FFT, 破音, 相关性判断 ## README # Find Cracking Noise #### 介绍 使用FFT相关性判断是否发生破音 #### 安装教程 ```txt 1. pip install numpy 2. pip install scipy 3. pip install pandas 4. pip install soundfile 5. pip install matplotlib 6. pip install tqdm 7. pip install tkinter ``` #### 使用说明 1. `python Run_to_find_cracking.py` 之后可以运行程序 2. Next运行接下来10秒的相关性判断 3. Close关闭程序 4. 修改音频路径与起始时间 ```python # ===================== 导入音频 ====================== # cracking_file = "H:/howling/2022-11-1 13.01.wav" # cracking noise music_file = "H:/howling/music.wav" # music file # todo: 修改起始时间 start_times = 0 ``` Contact: jianhangwang@whu.edu.cn or 2386613227@qq.com