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.
- Converts
.aac
and.m4a
files to.wav
format. - Saves converted files to a specified output folder.
- Handles exceptions and logs errors.
- Python 3.x
pydub
libraryffmpeg
orlibav
installed
pip install pydub
- Define the paths to your audio files folder and output folder.
- Run the script to convert the audio files.
- Converts
.aac
and.m4a
files to.wav
format. - Saves converted files to a specified output folder.
- Handles exceptions and logs errors.
- Define the paths to your audio files folder and output folder.
- Run the script to convert the audio files.
This project is licensed under the MIT License.