Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ankushrathour/splitaudio
Splitting audio files into chunks on silence using Python Pydub
https://github.com/ankushrathour/splitaudio
audio-processing flask pydub python
Last synced: 2 days ago
JSON representation
Splitting audio files into chunks on silence using Python Pydub
- Host: GitHub
- URL: https://github.com/ankushrathour/splitaudio
- Owner: AnkushRathour
- Created: 2022-12-30T09:58:58.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-30T10:08:04.000Z (about 2 years ago)
- Last Synced: 2024-12-29T00:10:44.237Z (about 2 months ago)
- Topics: audio-processing, flask, pydub, python
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Splitting audio files into chunks on silence using Pydub
**Installation**
. Python -m pip install -r requirements.txt
**Run**
. Python app.py **or** Flask run