mirror of
https://github.com/correl/dejavu.git
synced 2024-11-23 19:19:53 +00:00
adding wavio support
This commit is contained in:
parent
dad98961f4
commit
8b200c39f7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue