Skip to content

Concatenate multiple audio files into a single audio file

License

Notifications You must be signed in to change notification settings

itakurah/FastAudioMerge

Repository files navigation


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

About The Project

FastAudioMerge is a tool that allows you to concatenate and encode multiple audio files into a single file using FFmpeg. It supports a variety of audio formats, including:

  • mp3
  • aac
  • m4a
  • wav
  • flac
  • ogg
  • ac3
  • wma
  • aiff
  • mka
  • mp2

With FastAudioMerge, you can effortlessly combine multiple tracks into a single audio file and convert them into the format of your choice.

(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

  • Download FFmpeg from FFmpeg official site.
  • Make sure to add the FFmpeg path to your system's PATH environment variable.

Warning

As this program is relying on FFmpeg to encode the audio files, it is essential to have FFmpeg installed on your system. If you haven't installed FFmpeg yet, please download it from the official site and add the FFmpeg path to your system's PATH environment variable.

  1. Run the application
    python application.py

(back to top)

Usage

  1. Select Audio Files: Choose the audio files you'd like to concatenate.
  2. Select Output Format: Choose the target format for the resulting audio file.
  3. Start the Encoding: Press the merge button and let FastAudioMerge process your files.

Note: The encoding time will vary depending on the size of the input 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)

About

Concatenate multiple audio files into a single audio file

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages