Hello,
I am new to Mathematica and Wolfram language, I read the Fast introduction to programmers but still need help.
I am trying to loop over millions of images, Spectograms, in a directory, and apply the InveseSpectogram function to them. Then, I want to store those Audio files on my computer.
Audio[InverseSpectogram[image], SampleRate -> 8000]
Any help is highly appreciated.