Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wwj718/for_afternoon_tea
- Owner: wwj718
- Created: 2015-12-18T03:02:42.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-12T09:29:55.000Z (almost 9 years ago)
- Last Synced: 2023-08-04T13:49:00.600Z (over 1 year ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
#Usage
python split_audio.py [filename]#demo
```
:::text
>>python split_audio.py test.mp3output:
你选择的参数为
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
```