Hi, it would be terrific to also have:
preparePlayer(noOfSamplesPerSecond: samplesPerSecond)
Currently there is a work around, just query for the full duration in seconds, timeInSecs, and use
preparePlayer(noOfSamples: samplesPerSecond * timeInSecs)
but it is tricky to query for the full duration when the file is not fully loaded yet.
Regards.