core/audio: accept m4a as input format. could be added for android as well.

This commit is contained in:
Mathieu Virbel 2014-12-04 15:54:31 +01:00
parent 2de85b48d5
commit 392f5787c5
1 changed files with 1 additions and 1 deletions

View File

@ -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