mirror of https://github.com/kivy/kivy.git
core/audio: accept m4a as input format. could be added for android as well.
This commit is contained in:
parent
2de85b48d5
commit
392f5787c5
|
@ -38,7 +38,7 @@ class SoundGstplayer(Sound):
|
|||
|
||||
@staticmethod
|
||||
def extensions():
|
||||
return ('wav', 'ogg', 'mp3')
|
||||
return ('wav', 'ogg', 'mp3', 'm4a')
|
||||
|
||||
def __init__(self, **kwargs):
|
||||
self.player = None
|
||||
|
|
Loading…
Reference in New Issue