tf = hasdata(ADS) returns
logical 1 (true) if there is data available to read
from the datastore specified by ADS. Otherwise, it returns logical
0 (false).
hasdata returns a logical scalar indicating whether or not there is unread data in the datastore. You can use audioDatastore to read files sequentially until all data is read.
Specify the file path to the audio samples included with Audio Toolbox™.