MCPcopy Index your code
hub / github.com/CjangCjengh/MoeGoe

github.com/CjangCjengh/MoeGoe @v3.0.1

Chat with this repo
repository ↗ · DeepWiki ↗ · release v3.0.1 ↗ · + Follow
205 symbols 505 edges 20 files 18 documented · 9%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Links

How to use

Run MoeGoe.exe

Path of a VITS model: path\to\model.pth
Path of a config file: path\to\config.json
INFO:root:Loaded checkpoint 'path\to\model.pth' (iteration XXX)

Text to speech

TTS or VC? (t/v):t
Text to read: こんにちは。
ID      Speaker
0       XXXX
1       XXXX
2       XXXX
Speaker ID: 0
Path to save: path\to\demo.wav
Successfully saved!

Voice conversion

TTS or VC? (t/v):v
Path of an audio file to convert:
path\to\origin.wav
ID      Speaker
0       XXXX
1       XXXX
2       XXXX
Original speaker ID: 0
Target speaker ID: 6
Path to save: path\to\demo.wav
Successfully saved!

HuBERT-VITS

Path of a hubert-soft model: path\to\hubert-soft.pt
Path of an audio file to convert:
path\to\origin.wav
ID      Speaker
0       XXXX
1       XXXX
2       XXXX
Target speaker ID: 6
Path to save: path\to\demo.wav
Successfully saved!

W2V2-VITS

Path of a w2v2 dimensional emotion model: path\to\model.onnx
TTS or VC? (t/v):t
Text to read: こんにちは。
ID      Speaker
0       XXXX
1       XXXX
2       XXXX
Speaker ID: 0
Path of an emotion reference: path\to\reference.wav
Path to save: path\to\demo.wav
Successfully saved!

Core symbols most depended-on inside this repo

get_label_value
called by 10
MoeGoe.py
get_padding
called by 8
commons.py
keys
called by 6
utils.py
get_speaker_id
called by 5
MoeGoe.py
print_speakers
called by 4
MoeGoe.py
japanese_to_romaji_with_accent
called by 4
text/japanese.py
number_to_chinese
called by 4
text/mandarin.py
chinese_to_bopomofo
called by 4
text/mandarin.py

Shape

Function 97
Method 79
Class 29

Languages

Python100%

Modules by API surface

modules.py34 symbols
hubert_model.py23 symbols
models.py22 symbols
attentions.py21 symbols
utils.py13 symbols
text/english.py13 symbols
text/cleaners.py12 symbols
commons.py12 symbols
text/mandarin.py10 symbols
MoeGoe.py8 symbols
text/japanese.py7 symbols
mel_processing.py7 symbols

For agents

$ claude mcp add MoeGoe \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact