worstchan commited on
Commit
481f54d
Β·
verified Β·
1 Parent(s): 6d1310f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -2
README.md CHANGED
@@ -21,8 +21,8 @@ tags:
21
  <a href="https://sac-codec.github.io/">
22
  <img src="https://img.shields.io/badge/🌐%20Demo-Page-brightgreen" alt="Demo Page">
23
  </a>
24
- <a href="https://arxiv.org/abs/2510.00000">
25
- <img src="https://img.shields.io/badge/arXiv-2510.00000-blueviolet?logo=arxiv&logoColor=white" alt="arXiv">
26
  </a>
27
  <a href="https://huggingface.co/Soul/SAC">
28
  <img src="https://img.shields.io/badge/πŸ€—%20SAC-Models-yellow" alt="Hugging Face">
@@ -106,6 +106,15 @@ Our codebase builds upon the awesome [SparkVox](https://github.com/SparkAudio/Sp
106
  ## πŸ”– Citation
107
  If you find this work useful in your research, please consider citing:
108
  ```bibtex
 
 
 
 
 
 
 
 
 
109
  ```
110
 
111
  ## πŸ“œ License
 
21
  <a href="https://sac-codec.github.io/">
22
  <img src="https://img.shields.io/badge/🌐%20Demo-Page-brightgreen" alt="Demo Page">
23
  </a>
24
+ <a href="https://arxiv.org/abs/2510.16841">
25
+ <img src="https://img.shields.io/badge/arXiv-2510.16841-blueviolet?logo=arxiv&logoColor=white" alt="arXiv">
26
  </a>
27
  <a href="https://huggingface.co/Soul/SAC">
28
  <img src="https://img.shields.io/badge/πŸ€—%20SAC-Models-yellow" alt="Hugging Face">
 
106
  ## πŸ”– Citation
107
  If you find this work useful in your research, please consider citing:
108
  ```bibtex
109
+ @misc{chen2025sacneuralspeechcodec,
110
+ title={SAC: Neural Speech Codec with Semantic-Acoustic Dual-Stream Quantization},
111
+ author={Wenxi Chen and Xinsheng Wang and Ruiqi Yan and Yushen Chen and Zhikang Niu and Ziyang Ma and Xiquan Li and Yuzhe Liang and Hanlin Wen and Shunshun Yin and Ming Tao and Xie Chen},
112
+ year={2025},
113
+ eprint={2510.16841},
114
+ archivePrefix={arXiv},
115
+ primaryClass={eess.AS},
116
+ url={https://arxiv.org/abs/2510.16841},
117
+ }
118
  ```
119
 
120
  ## πŸ“œ License