I tried with the following code to read the file:
from pydub import AudioSegment
filename = "test.m4a"
audio = AudioSegment.from_file(filename)
This throwed the following error:
[mov,mp4,m4a,3gp,3g2,mj2 @ 000001a101b24980] Format mov,mp4,m4a,3gp,3g2,mj2 detected only with low score of 1, misdetection possible!
[mov,mp4,m4a,3gp,3g2,mj2 @ 000001a101b24980] moov atom not found
test.m4a: Invalid data found when processing input
Any help would be much appreciated!
it indicates your file has not been downloaded/uploaded properly and has turned corrupt
– rzlvmp