Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0xShug0/audio.cpp
/ make_text_config
Function
make_text_config
src/models/pocket_tts/session.cpp:59–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
return value + (multiple - remainder);
59
}
60
61
TextConditionerConfig make_text_config(const PocketTTSAssets & manifest) {
62
return TextConditionerConfig{
63
manifest.model_config.flow_dim,
64
};
65
}
66
Callers
1
PocketTTSSession
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected