GitXplorerGitXplorer
i

FastAudioMerge

public
3 stars
1 forks
0 issues

Commits

List of commits on branch main.
Verified
d8e918561e0a1960000b88d24b08524ad2988f5f

Update build-app.yml

iitakurah committed a month ago
Verified
99f11506d3c4ac83ab59263d39c1c7b0c9802e08

Update build-app.yml

iitakurah committed a month ago
Verified
988f9da264965d9f5b10d04c1da197756b0af907

Update build-app.yml

iitakurah committed a month ago
Verified
f88bef7ba1cd87109e72956b191df0ddccc4bfb9

Update build-app.yml

iitakurah committed a month ago
Verified
c8518b87d707b98ac185f9fe591ed8dd53fc25f7

Update build-app.yml

iitakurah committed a month ago
Verified
945fcaffbeb410db1f533490ed4ed3737a33b8f2

Update build-app.yml

iitakurah committed a month ago

README

The README file for this repository.

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)