Skip to content Skip to sidebar Skip to footer
Showing posts with the label Playback

How Can I Play A Sine/square Wave Using Pygame?

I'm trying to play a sine wave using Pygame's sndarray.make_sound function. However, when I… Read more How Can I Play A Sine/square Wave Using Pygame?

Playing Music With Pyglet And Tkinter In Python

I wanted to create a simple gui with a play and stop button to play an mp3 file in python. I create… Read more Playing Music With Pyglet And Tkinter In Python