Currently Interpolated track uses the legacy [interp1d](https://docs.scipy.org/doc/scipy/tutorial/interpolate/1D.html#tutorial-interpolate-1dsection): https://github.com/MontrealCorpusTools/PolyglotDB/blob/c63831ae430857e611108b8052c1a220e6cb9031/polyglotdb/query/annotations/attributes/acoustic.py#L256. We should change this to use [numpy.interp](https://numpy.org/doc/stable/reference/generated/numpy.interp.html#numpy.interp).