【笔记】AudioSlicer学习笔记
前言
Python script that slices audio with silence detection(Github)
下载项目
1 | git clone https://github.com/openvpi/audio-slicer.git |
下载依赖
1 | python3 -m venv venv |
分割音频
<file_input>:指定被分割的音频文件--out <dir_output>:指定输出目录
1 | python3 slicer2.py <file_input> |