↓ 5 callersMethod__init__(self, in_channels: int, out_channels: int,
kernel_size: int, stride: int = 1, dilation: int
inspiremusic/wavtokenizer/encoder/modules/conv.py:179
↓ 5 callersMethodinference(self, text, audio_token, audio_token_len, text_token, text_token_len, embeddings=None,
prom
inspiremusic/cli/model.py:198
↓ 4 callersMethodpad_unpad_sequence_batch(self, sos_eos_emb, embeddings, text_token, text_token_len, task_id_emb, audio_token, audio_token_len, seg_len
inspiremusic/llm/llm.py:170
↓ 4 callersMethodtoken2wav(self, token, token_len, uuid, sample_rate, finalize=False, flow_cfg=None)
inspiremusic/cli/model.py:155
↓ 3 callersMethod__init__(self, samp_rate, harmonic_num=0,
sine_amp=0.1, noise_std=0.003,
voiced_thre
inspiremusic/hifigan/generator.py:122
↓ 3 callersMethodfrontend_continuation(self, text, audio, time_start, time_end, chorus, target_sr=24000)
inspiremusic/cli/frontend.py:88
↓ 3 callersMethodinference(self, task, text, audio, time_start, time_end, chorus, stream=False, sr=24000)
inspiremusic/cli/inspiremusic.py:73
↓ 3 callersFunctionrich_captions(text=None, tags=None, lyrics=None, chorus="verse", start_time=0.0, end_time=30.0)
inspiremusic/utils/data_utils.py:36
↓ 2 callersMethod__init__(self, channels: int = 1, dimension: int = 128, n_filters: int = 32, n_residual_layers: int = 1,
inspiremusic/wavtokenizer/encoder/modules/seanet.py:91
↓ 2 callersMethod__init__(
self,
dim: int,
kernel_size: int = 3,
dilation: Tuple[int, ...] = (1, 3, 5),
inspiremusic/wavtokenizer/decoder/modules.py:106
↓ 2 callersMethodforward_estimator(self, x, mask, mu, t, spks, cond)
inspiremusic/flow/flow_matching.py:98