Playing full file

14 views
Skip to first unread message

Prasad Bhagwat

unread,
Mar 11, 2014, 10:25:57 AM3/11/14
to kivy-...@googlegroups.com
Hello everyone

The examples given on audio does not play full file. How do I play full file? I am working for windows applications. 
  
Thank you! :)

ZenCODE

unread,
Mar 12, 2014, 9:26:02 PM3/12/14
to kivy-...@googlegroups.com
Does this not work for you?

from kivy.core.audio import SoundLoader
sound
= SoundLoader.load("file.ogg")
if sound:
    sound
.play()

Cheers
Reply all
Reply to author
Forward
0 new messages