Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wwj718/for_afternoon_tea

a tool for splitting MP3 to avoid boredom
https://github.com/wwj718/for_afternoon_tea

Last synced: 11 days ago
JSON representation

a tool for splitting MP3 to avoid boredom

Awesome Lists containing this project

README

        

#Usage
python split_audio.py [filename]

#demo
```
:::text
>>python split_audio.py test.mp3

output:

你选择的参数为
min_silence_len : 300
silence_thresh : -39
keep_silence : 500
filename_prefix : unit1_word
********************
正在为你切割small.mp3文件
一共将small.mp3切割为14个单词,文件正在生成中,请稍后......
OK~ 一共生成14个mp3文件,从unit1_word1.mp3到unit1_word14.mp3
```