Detect beat and play (wav) file in a synchronised manner
问题 I am trying my hands at Audio Processing in python with this Beat Detection algorithm. I have implemented the first (non-optimized version) from the aforementioned article. While it prints some results, I have no way to detect whether it works with some accuracy or not as I do not know how to play sound with it. Currently, I am using Popen to asynchronously start my media player with the song before going into the computation loop, but I am not sure if this strategy works and is giving