Skip to content

abdulvahapmutlu/audio-file-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Audio File Format Conversion

This repository contains two scripts for converting .aac and .m4a audio files to .wav format. One script is written in Python using pydub, and the other is in MATLAB.

Python Script

Features

  • Converts .aac and .m4a files to .wav format.
  • Saves converted files to a specified output folder.
  • Handles exceptions and logs errors.

Requirements

  • Python 3.x
  • pydub library
  • ffmpeg or libav installed

Installation

pip install pydub

Usage

  1. Define the paths to your audio files folder and output folder.
  2. Run the script to convert the audio files.

MATLAB Script

Features

  • Converts .aac and .m4a files to .wav format.
  • Saves converted files to a specified output folder.
  • Handles exceptions and logs errors.

Usage

  1. Define the paths to your audio files folder and output folder.
  2. Run the script to convert the audio files.

License

This project is licensed under the MIT License.

Releases

No releases published

Packages

No packages published