lucadellalib commited on
Commit
4c709e2
Β·
verified Β·
1 Parent(s): 2dc363b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -3
README.md CHANGED
@@ -10,9 +10,13 @@ pipeline_tag: audio-to-audio
10
 
11
  A low-bitrate single-codebook 16 / 24 kHz speech codec based on [focal modulation](https://arxiv.org/abs/2203.11926).
12
 
13
- This repository contains the **50 Hz causal checkpoint with a codebook size of 65536** trained on **Libri-Light**, as described in the preprint.
14
 
15
- - πŸ“œ **Preprint**: https://arxiv.org/abs/2502.04465, https://arxiv.org/abs/1909.xxxxx
 
 
 
 
16
 
17
  - 🌐 **Project Page**: https://lucadellalib.github.io/focalcodec-web/
18
 
@@ -41,7 +45,7 @@ See the readme at: https://github.com/lucadellalib/focalcodec
41
  @article{dellalibera2025focalcodecstream,
42
  title = {{FocalCodec-Stream}: Streaming Low-Bitrate Speech Coding via Causal Distillation},
43
  author = {Luca {Della Libera} and Cem Subakan and Mirco Ravanelli},
44
- journal = {arXiv preprint arXiv:1909.xxxxx},
45
  year = {2025},
46
  }
47
  ```
 
10
 
11
  A low-bitrate single-codebook 16 / 24 kHz speech codec based on [focal modulation](https://arxiv.org/abs/2203.11926).
12
 
13
+ This repository contains the **50 Hz causal checkpoint with a codebook size of 65536** trained on **Libri-Light**, as described in the preprints.
14
 
15
+ - πŸ“œ **Preprints**:
16
+
17
+ - [FocalCodec: Low-Bitrate Speech Coding via Focal Modulation Networks](https://arxiv.org/abs/2502.04465)
18
+
19
+ - [FocalCodec-Stream: Streaming Low-Bitrate Speech Coding via Causal Distillation](https://arxiv.org/abs/2509.16195)
20
 
21
  - 🌐 **Project Page**: https://lucadellalib.github.io/focalcodec-web/
22
 
 
45
  @article{dellalibera2025focalcodecstream,
46
  title = {{FocalCodec-Stream}: Streaming Low-Bitrate Speech Coding via Causal Distillation},
47
  author = {Luca {Della Libera} and Cem Subakan and Mirco Ravanelli},
48
+ journal = {arXiv preprint arXiv:2509.16195},
49
  year = {2025},
50
  }
51
  ```