I just upgraded from Mathematica version 10 to version 11. I had written a notebook with version 10 that imported a .wav file and did some processing with it. When I tried this notebook with version 11 it would not load the .wav file correctly. In fact if help is accessed in version 11 the example given there for importing a .wav file won't work either. Suggestions?
John Reed
Audio worked for me a couple times, but now it's not working. I have attached a small notebook file that you can look at. Maybe you can spot an error somewhere.
Works fine for me!
Most (all?) of the Audio* functions work on audio objects.
Using AudioData you can convert audio to data, and using Audio you can do the inverse.
Thanks. That works. Can the new audio-object routines be used on this "Data" set?
Probably you want to access the data:
Import[filename,"Data"]
rather than an audio-object, which is new to version 11 (and the default import method).