Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_modules
Function · 0.80
_extract_info_from_package
Function · 0.80
get_distributions
Method · 0.80
Calls
2
Sound
Class · 0.85
stop
Method · 0.45
Tested by
no test coverage detected