mrfakename commited on
Commit
380e425
1 Parent(s): 780c9a9

add code sample

Browse files
Files changed (1) hide show
  1. README.md +22 -1
README.md CHANGED
@@ -3,4 +3,25 @@ license: mit
3
  language:
4
  - en
5
  ---
6
- Reuploads of model from https://github.com/wonjune-kang/lvc-vc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  language:
4
  - en
5
  ---
6
+ Reuploads of model from https://github.com/wonjune-kang/lvc-vc
7
+
8
+ Use my (unofficial) pip package for LVC (I'm not affiliated with the authors) (currently only works on short clips).
9
+
10
+ ```
11
+ pip install lvc
12
+ ```
13
+
14
+ ```python
15
+ from lvc import LVC, LVCAudio
16
+ l = LVC()
17
+
18
+ l.infer_file(
19
+ 'orig.wav',
20
+ 'sample.wav',
21
+ 'target.wav',
22
+ )
23
+ ```
24
+
25
+ ## License
26
+
27
+ MIT