Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MYZY-AI/Muyan-TTS
/ codebook
Method
codebook
sovits/module/core_vq.py:289–290 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
287
288
@property
289
def
codebook(self):
290
return
self._codebook.embed
291
292
def
encode(self, x):
293
x = rearrange(x,
"b d n -> b n d"
)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected