Skip to content

Commit

Permalink
Add AAC as supported audio format
Browse files Browse the repository at this point in the history
  • Loading branch information
makidoll authored and rafaelmardojai committed Sep 28, 2023
1 parent 704d22e commit 1f7252a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions blanket/window.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,11 +167,13 @@ def on_response(_filechooser, _id):
'audio/x-wav',
'audio/wav',
'audio/mpeg',
'audio/aac',
],
'Ogg': ['audio/ogg'],
'FLAC': ['audio/flac'],
'WAV': ['audio/x-wav', 'audio/wav'],
'MP3': ['audio/mpeg'],
'AAC': ['audio/aac'],
}

self.filechooser = Gtk.FileChooserNative.new( # type: ignore
Expand Down

0 comments on commit 1f7252a

Please sign in to comment.