hoansu commited on
Commit
61624cf
·
1 Parent(s): 3bafaf7

Add freeVC code

Browse files
Files changed (2) hide show
  1. FreeVC +1 -0
  2. requirements.txt +9 -0
FreeVC ADDED
@@ -0,0 +1 @@
 
 
1
+ Subproject commit 81c169cdbfc97ff07ee2f501e9b88d543fc46126
requirements.txt ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ glob2==0.7
2
+ tqdm==4.62.3
3
+ librosa==0.8.1
4
+ numpy==1.21.6
5
+ scipy==1.7.2
6
+ tensorboard==2.7.0
7
+ torch==1.10.0
8
+ torchvision==0.9.0
9
+ webrtcvad==2.0.10