Skip to content

Commit

Permalink
quodlibet#207: Add WAVE file type
Browse files Browse the repository at this point in the history
  • Loading branch information
Borewit committed Aug 16, 2017
1 parent 4a0346c commit e996eb8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mutagen/_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,10 +265,11 @@ def File(filething, options=None, easy=False):
from mutagen.aac import AAC
from mutagen.smf import SMF
from mutagen.dsf import DSF
from mutagen.dsf import WAVE
options = [MP3, TrueAudio, OggTheora, OggSpeex, OggVorbis, OggFLAC,
FLAC, AIFF, APEv2File, MP4, ID3FileType, WavPack,
Musepack, MonkeysAudio, OptimFROG, ASF, OggOpus, AAC,
SMF, DSF]
SMF, DSF, WAVE]

if not options:
return None
Expand Down

0 comments on commit e996eb8

Please sign in to comment.