0

I'm developing a software for musical analysis for which I have built a audio player based on pygame. I would like to give the user the option to play the audio at a slower rate to make music transcription easier. Is that possible with pygame? If not, are there any other Python packages that will get the job done?

Based on other posts about problems with playback speed in pygame, I have tried change the bitrate argument when calling pygame.init. That only seems to affect audio quality, though.

  • Maybe one of the answers on this question can help: https://stackoverflow.com/questions/2159365/pygame-audio-playback-speed – Roni Jan 23 '22 at 18:59
  • Thanks, Roni, but the answers only deal with changing the frequency parameter of the init function and, like I said in the question, that does not change playback speed for me, only audio quality. – Felipe Martins Jan 25 '22 at 15:06

0 Answers0