I read this article and I tried to make a simple analog
tako = Import[
"C:\\Users\\User\\Desktop\\tako\\kk\\My recording #2.wav"];
maxx = AudioBlockMap[Max, tako, {0.055, 0.001, HammingWindow}]
Show[AudioPlot[tako, AspectRatio -> 1/2, PlotRange -> All],
ListLinePlot[maxx, PlotStyle -> Red], ImageSize -> 800]
then I tried
RevolutionPlot3D[InterpolatingPolynomial[maxx["Path"], x], {x, 0, 3}]
but it doesn't work.
does there exist a simple way to make RevolutionPlot3D[] from the TimeSeries?
(see "tako" audio file here)




