Skip to content
Snippets Groups Projects
Commit 5607ffbb authored by David Trattnig's avatar David Trattnig
Browse files

Support for M4A audio files.

parent d9030e6a
No related branches found
No related tags found
No related merge requests found
......@@ -226,7 +226,7 @@ class FallbackManager:
Returns:
(Boolean): True, if it's an audio file.
"""
audio_extensions = [".wav", ".flac", ".mp3", ".ogg"]
audio_extensions = [".wav", ".flac", ".mp3", ".ogg", ".m4a"]
ext = os.path.splitext(file)[1]
abs_path = os.path.join(dir, file)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment