Lucabr01 commited on
Commit
406138d
·
verified ·
1 Parent(s): 11c5699

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -17,13 +17,13 @@ Neural speech codec (16 kHz) with built-in **packet-loss repair** via a local ma
17
  | | |
18
  |---|---|
19
  | Sample rate | 16 kHz mono |
20
- | Bitrate | ~8.6 kbps (9 RVQ codebooks × 1024 entries) |
21
  | Frame size | 15 ms (hop = 240 samples) |
22
  | Latency | ~30 ms algorithmic (2 future frames) |
23
  | Parameters | 17.8 M |
24
- | Best val STOI | **0.931** |
25
 
26
- Training data: LibriTTS train-clean-100 + VCTK + CommonVoice v2 (~700 h).
27
 
28
  ## Install
29
 
@@ -84,7 +84,7 @@ If you use Zero-Ping in your work, please cite:
84
  @misc{zeropingcodec2025,
85
  author = {Lucabr01},
86
  title = {Zero-Ping: Neural Speech Codec with Packet-Loss Repair},
87
- year = {2025},
88
  url = {https://huggingface.co/Lucabr01/Zero-Ping}
89
  }
90
  ```
 
17
  | | |
18
  |---|---|
19
  | Sample rate | 16 kHz mono |
20
+ | Bitrate | ~6 kbps (9 RVQ codebooks × 1024 entries) |
21
  | Frame size | 15 ms (hop = 240 samples) |
22
  | Latency | ~30 ms algorithmic (2 future frames) |
23
  | Parameters | 17.8 M |
24
+ | Best val STOI | **0.94** |
25
 
26
+ Training data: LibriTTS train-clean-100 + VCTK (~700 h).
27
 
28
  ## Install
29
 
 
84
  @misc{zeropingcodec2025,
85
  author = {Lucabr01},
86
  title = {Zero-Ping: Neural Speech Codec with Packet-Loss Repair},
87
+ year = {2026},
88
  url = {https://huggingface.co/Lucabr01/Zero-Ping}
89
  }
90
  ```