* @param {string} url The location of the sound file to read.
* @param {function()} cb The callback function to be invoked when all tags have been read.
* @param {{tags: Array.<string>, dataReader: function(string, function(BinaryReader))}} options The set of options that can specify the tags to be read and the dataReader to use in order to read the file located at url.