adding wavio support

This commit is contained in:
sg3510 2015-02-26 14:16:55 +00:00
parent dad98961f4
commit 8b200c39f7

View file

@ -2,7 +2,7 @@ import os
import fnmatch import fnmatch
import numpy as np import numpy as np
from pydub import AudioSegment from pydub import AudioSegment
import wavio
def find_files(path, extensions): def find_files(path, extensions):
# Allow both with ".mp3" and without "mp3" to be used for extensions # Allow both with ".mp3" and without "mp3" to be used for extensions