Works fine for me!
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.
Thanks. That works. Can the new audio-object routines be used on this "Data" set?
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.
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).