Python Kivy How to Play Mp3 Songs in Kivy

preview_player
Показать описание
Join my Skillshare Classes for 1 Month Free Access

This is our thirteenth video in Python Kivy, in this Python Kivy video we are going to learn about How to Play Mp3 Songs in Kivy.

Support my works on Patreon:

Get the source codes:

#Python#Kivy#PythonGUI
Рекомендации по теме
Комментарии
Автор

Thanks for your Python videos about UI frameworks. I make game with Pyside2 and want play background music and game sounds. I use Pyglet to play music tracks from Pyglet queue. I run playing in new Thread separate main. When I pause playing music (in game settings) and play again later, I receive errors and music play like 1 second sound in while loop. Can you make a video about this subject: Playing/pause audio in PySide applications. Thanks in advance.

rpvziqm
Автор

How do you access the audio file from the server?

hilaalalam
Автор

Doesn't work for me. My window is full screen black with no apparent way to make it show in a smaller window. Also, no button shows up and no music plays in the first nor second example in the video. BTW, I am using a MacOS 10.14.6.

melellington