Monday, October 7, 2024

How to convert M4a to wav format

The code is at the below link


https://gist.github.com/arjunsharma97/0ecac61da2937ec52baf61af1aa1b759

On Mac, below dependencies are to be installed 

Xcode-select instal => to load the tools for latest python, I had 3.12 

Brew install ffmpeg 

Pip install pydub 


Run the code and it works well and replaces the m4a with the wav format! .

Nice utility to convert the m4a file from quick time audio recording to the wav format! 


References:

https://gist.github.com/arjunsharma97/0ecac61da2937ec52baf61af1aa1b759

No comments:

Post a Comment