Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

audio2audio

A modern GUI application for converting audio files between different formats.

Features

  • Convert between a wide range of audio formats
  • Modern and user-friendly interface
  • Simple drag-and-drop file selection
  • Progress feedback and error handling

Requirements

  • Python 3.8 or higher
  • FFmpeg (required for audio conversion)

Installation

  1. Install the required Python packages:
pip install -r requirements.txt
  1. Install FFmpeg:
    • Windows: Download from FFmpeg website and add to PATH
    • Linux: sudo apt-get install ffmpeg
    • macOS: brew install ffmpeg

Usage

  1. Run the application:
python main.py
  1. Click "Select Audio File" to choose the file you want to convert
  2. Select the desired output format from the dropdown menu
  3. Click "Convert" and choose where to save the converted file

Supported Formats

Input Formats

  • Common: MP3, WAV, OGG, FLAC, AAC, M4A, AIFF, WMA
  • High Quality: AC3, DTS, MKA
  • Mobile: MP2, MP4, M4B, M4R, 3GP, AMR
  • Specialized: AU, CAF, DSS, GSM, M4P, MMF, MPC, RA, VOC, W64, WEBM

Output Formats

All input formats are also available as output formats, allowing for conversion between any supported format.

About

An audio file converter using the pydub library.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages