Update README.md
Browse files
README.md
CHANGED
@@ -27,7 +27,7 @@ wav_tensor = torch.from_numpy(wav).float().unsqueeze(0)
|
|
27 |
|
28 |
|
29 |
with torch.no_grad():
|
30 |
-
|
31 |
vq_code = model.encode_code(input_waveform=wav_tensor)
|
32 |
print("Code:", vq_code )
|
33 |
|
|
|
27 |
|
28 |
|
29 |
with torch.no_grad():
|
30 |
+
# only 16khz speech
|
31 |
vq_code = model.encode_code(input_waveform=wav_tensor)
|
32 |
print("Code:", vq_code )
|
33 |
|