/FastAudioMerge

Concatenate multiple audio files into a single audio file

Primary LanguagePythonMIT LicenseMIT


FastAudioMerge

Concatenate multiple audio files into a single audio file!

Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contributing
  5. License
  6. Contact

About The Project

FastAudioMerge allows you to concatenate and encode multiple audio files into a single file using FFmpeg. It supports a wide range of audio formats, including mp3, aac, m4a, wav, flac, ogg, ac3, wma, aiff, mka, and mp2.

(back to top)

Built With

  • Python

(back to top)

Getting Started

Prerequisites

  • Python >= 3.9
  • FFmpeg >= 5.1.2 (tested)

Installation

  1. Clone the repo

    git clone https://github.com/itakurah/FastAudioMerge
  2. Install dependencies

    pip install -r ./requirements.txt
  3. Download FFmpeg and copy FFmpeg.exe into the same directory as application.py

  4. Start FastAudioMerge application.py

    python application.py

(back to top)

Usage

Select any audio files you would like to concatenate and select the target output format.

Note: The encoding time depends on the file size of the input audio files.

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)