MCPcopy Create free account
hub / github.com/kivy/python-for-android / load

Method load

pythonforandroid/recipes/android/src/android/mixer.py:269–274  ·  view source on GitHub ↗
(filename)

Source from the content-addressed store, hash-verified

267
268 @staticmethod
269 def load(filename):
270
271 music_channel.stop()
272
273 global music_sound
274 music_sound = Sound(filename)
275
276 @staticmethod
277 def play(loops=0, start=0.0):

Callers 3

process_python_modulesFunction · 0.80
get_distributionsMethod · 0.80

Calls 2

SoundClass · 0.85
stopMethod · 0.45

Tested by

no test coverage detected