ayf3 commited on
Commit
c3dd20b
·
verified ·
1 Parent(s): 772fc1f

Upload rvc_inference_test/rvc_inference_meta.json with huggingface_hub

Browse files
rvc_inference_test/rvc_inference_meta.json ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "TASK-16: Local RVC Inference Verification",
3
+ "model": "models/one_voice_rvc_v2.pth",
4
+ "num_outputs": 10,
5
+ "total_duration_sec": 33.28,
6
+ "sample_rate": 40000,
7
+ "n_mels": 128,
8
+ "vocoder": "Griffin-Lim (scipy, 60 iterations)",
9
+ "results": [
10
+ {
11
+ "id": "01",
12
+ "text": "Hello, I am One! I love to count.",
13
+ "voice": "en-US-AriaNeural",
14
+ "source": "source/source_01.wav",
15
+ "output": "one_rvc_01.wav",
16
+ "duration_sec": 4.2,
17
+ "sample_rate": 40000,
18
+ "method": "RVC encoder\u2192posterior\u2192flow\u2192decoder + Griffin-Lim (60 iter)"
19
+ },
20
+ {
21
+ "id": "02",
22
+ "text": "One plus one equals two, that is easy!",
23
+ "voice": "en-US-JennyNeural",
24
+ "source": "source/source_02.wav",
25
+ "output": "one_rvc_02.wav",
26
+ "duration_sec": 3.55,
27
+ "sample_rate": 40000,
28
+ "method": "RVC encoder\u2192posterior\u2192flow\u2192decoder + Griffin-Lim (60 iter)"
29
+ },
30
+ {
31
+ "id": "03",
32
+ "text": "I am the smallest number, but I am special.",
33
+ "voice": "en-GB-SoniaNeural",
34
+ "source": "source/source_03.wav",
35
+ "output": "one_rvc_03.wav",
36
+ "duration_sec": 3.26,
37
+ "sample_rate": 40000,
38
+ "method": "RVC encoder\u2192posterior\u2192flow\u2192decoder + Griffin-Lim (60 iter)"
39
+ },
40
+ {
41
+ "id": "04",
42
+ "text": "Count with me, one two three four five!",
43
+ "voice": "en-US-AriaNeural",
44
+ "source": "source/source_04.wav",
45
+ "output": "one_rvc_04.wav",
46
+ "duration_sec": 3.38,
47
+ "sample_rate": 40000,
48
+ "method": "RVC encoder\u2192posterior\u2192flow\u2192decoder + Griffin-Lim (60 iter)"
49
+ },
50
+ {
51
+ "id": "05",
52
+ "text": "Every journey starts with number one.",
53
+ "voice": "en-US-JennyNeural",
54
+ "source": "source/source_05.wav",
55
+ "output": "one_rvc_05.wav",
56
+ "duration_sec": 2.83,
57
+ "sample_rate": 40000,
58
+ "method": "RVC encoder\u2192posterior\u2192flow\u2192decoder + Griffin-Lim (60 iter)"
59
+ },
60
+ {
61
+ "id": "06",
62
+ "text": "I can be anything, I just need one block.",
63
+ "voice": "en-GB-SoniaNeural",
64
+ "source": "source/source_06.wav",
65
+ "output": "one_rvc_06.wav",
66
+ "duration_sec": 3.17,
67
+ "sample_rate": 40000,
68
+ "method": "RVC encoder\u2192posterior\u2192flow\u2192decoder + Griffin-Lim (60 iter)"
69
+ },
70
+ {
71
+ "id": "07",
72
+ "text": "One is the loneliest number, but not for me!",
73
+ "voice": "en-US-AriaNeural",
74
+ "source": "source/source_07.wav",
75
+ "output": "one_rvc_07.wav",
76
+ "duration_sec": 3.5,
77
+ "sample_rate": 40000,
78
+ "method": "RVC encoder\u2192posterior\u2192flow\u2192decoder + Griffin-Lim (60 iter)"
79
+ },
80
+ {
81
+ "id": "08",
82
+ "text": "Let us play together, one and one makes two.",
83
+ "voice": "en-US-JennyNeural",
84
+ "source": "source/source_08.wav",
85
+ "output": "one_rvc_08.wav",
86
+ "duration_sec": 3.65,
87
+ "sample_rate": 40000,
88
+ "method": "RVC encoder\u2192posterior\u2192flow\u2192decoder + Griffin-Lim (60 iter)"
89
+ },
90
+ {
91
+ "id": "09",
92
+ "text": "I stand tall, I am number one!",
93
+ "voice": "en-GB-SoniaNeural",
94
+ "source": "source/source_09.wav",
95
+ "output": "one_rvc_09.wav",
96
+ "duration_sec": 2.57,
97
+ "sample_rate": 40000,
98
+ "method": "RVC encoder\u2192posterior\u2192flow\u2192decoder + Griffin-Lim (60 iter)"
99
+ },
100
+ {
101
+ "id": "10",
102
+ "text": "One little block, big dreams ahead.",
103
+ "voice": "en-US-AriaNeural",
104
+ "source": "source/source_10.wav",
105
+ "output": "one_rvc_10.wav",
106
+ "duration_sec": 3.17,
107
+ "sample_rate": 40000,
108
+ "method": "RVC encoder\u2192posterior\u2192flow\u2192decoder + Griffin-Lim (60 iter)"
109
+ }
110
+ ],
111
+ "timestamp": "2026-04-02T20:00:00+08:00"
112
+ }