Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Lars Kruse
aura-engine
Commits
5607ffbb
Commit
5607ffbb
authored
Mar 06, 2020
by
David Trattnig
Browse files
Support for M4A audio files.
parent
d9030e6a
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/scheduling/fallback_manager.py
View file @
5607ffbb
...
...
@@ -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
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment