Chunk Audio is a web-based application that leverages ffmpeg.wasm to split audio files into 10-minute chunks, and package these chunks into a downloadable ZIP file.
Go here to use the app in your browser.
Pre-requisites
Ensure Node.js and npm are installed on your system.
Installation
-
Clone the repository:
git clone https://github.com/briansunter/chunk-audio.git
-
Navigate to the project directory:
cd chunk-audio
-
Install the dependencies:
npm install
-
Start the application:
npm start
Due to the use of ffmpeg in the browser, this application can be resource-intensive, especially for large audio files.
We welcome contributions! Fork the repository and submit a pull request to contribute. If you encounter any issues, or have feature requests or suggestions, please open an issue in the GitHub repository.
This project is licensed under the MIT License.