MCPcopy Create free account

hub / github.com/OHF-Voice/piper1-gpl / functions

Functions629 in github.com/OHF-Voice/piper1-gpl

Methodparse_cbor_internal
! @param[in] get_char whether a new character should be retrieved from the input (true) or whether the last read charact
libpiper/include/json.hpp:9494
Functionparse_error
libpiper/include/json.hpp:6852
Methodparse_error
libpiper/include/json.hpp:7102
Methodparse_error
libpiper/include/json.hpp:7289
Methodparse_msgpack_internal
! @return whether a valid MessagePack value was passed to the SAX parser */
libpiper/include/json.hpp:10270
Methodparse_ubjson_internal
! @param[in] get_char whether a new character should be retrieved from the input (true, default) or whether the last rea
libpiper/include/json.hpp:10904
Methodparser
a parser reading from an input adapter
libpiper/include/json.hpp:12169
Functionpatch
@brief applies a JSON patch to a copy of the current object @sa https://json.nlohmann.me/api/basic_json/patch/
libpiper/include/json.hpp:24117
Functionpatch_inplace
@brief applies a JSON patch in-place without copying the object @sa https://json.nlohmann.me/api/basic_json/patch/
libpiper/include/json.hpp:23846
Functionphoneme_ids_to_audio
(self, phoneme_ids, **kwargs)
tests/test_piper.py:258
Methodphonemize
(text: str)
src/piper/train/vits/dataset.py:215
Functionphonemizer_fixture
()
tests/test_chinese_phonemizer.py:20
Functionpiper_create
libpiper/src/piper.cpp:12
Functionpiper_free
libpiper/src/piper.cpp:105
Functionpiper_synthesize_next
libpiper/src/piper.cpp:266
Functionpiper_synthesize_start
libpiper/src/piper.cpp:132
Methodposition_string
libpiper/include/json.hpp:4442
Methodprepare_data
(self)
src/piper/train/vits/dataset.py:133
Functionpy_get_phonemes
src/piper/espeakbridge.c:51
Functionpy_initialize
src/piper/espeakbridge.c:23
Functionpy_set_voice
src/piper/espeakbridge.c:37
Functionrand_gumbel_like
(x)
src/piper/train/vits/commons.py:42
Functionrand_slice_segments
(x, x_lengths=None, segment_size=4)
src/piper/train/vits/commons.py:56
Functionrbegin
@brief returns an iterator to the reverse-beginning @sa https://json.nlohmann.me/api/basic_json/rbegin/
libpiper/include/json.hpp:21986
Functionreinterpret_bits
libpiper/include/json.hpp:16831
Methodremove_weight_norm
(self)
src/piper/train/vits/models.py:371
Methodremove_weight_norm
(self)
src/piper/train/vits/modules.py:316
Methodremove_weight_norm
(self)
src/piper/train/vits/modules.py:366
Functionrend
@brief returns an iterator to the reverse-end @sa https://json.nlohmann.me/api/basic_json/rend/
libpiper/include/json.hpp:22000
Methodreplace_percent
(m: re.Match)
src/piper/phonemize_chinese.py:274
Methodreplace_temp
(m: re.Match)
src/piper/phonemize_chinese.py:259
Methodresblock
(self)
src/piper/train/vits/config.py:85
Methodresblock_dilation_sizes
(self)
src/piper/train/vits/config.py:93
Methodresblock_kernel_sizes
(self)
src/piper/train/vits/config.py:89
Methodsax_parse_internal
libpiper/include/json.hpp:12278
Functionscan
libpiper/include/json.hpp:8810
Methodscan_comment
! * @brief scan a comment * @return whether comment could be scanned successfully */
libpiper/include/json.hpp:8145
Methodscan_number
! @brief scan a number literal This function scans a string according to Sect. 6 of RFC 8259. The function is realized with a determinis
libpiper/include/json.hpp:8270
Methodscan_string
! @brief scan a string literal This function scans a string according to Sect. 7 of RFC 8259. While scanning, bytes are escaped and copie
libpiper/include/json.hpp:7555
Methodserializer
! @param[in] s output stream to serialize to @param[in] ichar indentation character to use @param[in] error_handler_ how to react on de
libpiper/include/json.hpp:17951
Functionset_end
libpiper/include/json.hpp:12833
Functionset_subtype
@brief sets the binary subtype @sa https://json.nlohmann.me/api/byte_container_with_subtype/set_subtype/
libpiper/include/json.hpp:5867
Methodsetup
(self, stage: str)
src/piper/train/vits/dataset.py:380
Methodspan_input_adapter
libpiper/include/json.hpp:6543
Methodspec_length
(self)
src/piper/train/vits/dataset.py:563
Functionspectral_de_normalize_torch
(magnitudes)
src/piper/train/vits/mel_processing.py:31
Functionstart_array
libpiper/include/json.hpp:6829
Methodstart_array
libpiper/include/json.hpp:7052
Functionstart_object
libpiper/include/json.hpp:6797
Methodstart_object
libpiper/include/json.hpp:6981
Methodstring
libpiper/include/json.hpp:6969
Methodstring to_string
@brief user-defined to_string function for JSON values @sa https://json.nlohmann.me/api/basic_json/to_string/
libpiper/include/json.hpp:24300
Methodstrtof
libpiper/include/json.hpp:8213
Functionsubtype
@brief return the binary subtype @sa https://json.nlohmann.me/api/byte_container_with_subtype/subtype/
libpiper/include/json.hpp:5875
Methodswitch
libpiper/include/json.hpp:18289
Methodtest
libpiper/include/json.hpp:4015
Methodtest
libpiper/include/json.hpp:4025
Methodtest
libpiper/include/json.hpp:4035
Methodtest
libpiper/include/json.hpp:4046
Methodtest
libpiper/include/json.hpp:4062
Methodtest
libpiper/include/json.hpp:4071
Functiontest_ar_tashkeel
Test Arabic diacritization.
tests/test_piper.py:159
Methodtest_dataloader
(self)
src/piper/train/vits/dataset.py:475
Functiontest_language_switch_flags_removed
Test that (language) switch (flags) are removed.
tests/test_piper.py:103
Functiontest_load_voice
Test loading a voice that generates silence.
tests/test_piper.py:17
Functiontest_numbers_to_words
( phonemizer: ChinesePhonemizer, number_text: str, word_text: str )
tests/test_chinese_phonemizer.py:197
Functiontest_phonemize
(phonemizer: ChinesePhonemizer)
tests/test_chinese_phonemizer.py:24
Functiontest_phonemize
Sanity check for phonemizer.
tests/test_espeak_phonemizer.py:4
Functiontest_phonemize_synthesize
Test phonemizing and synthesizing.
tests/test_piper.py:27
Functiontest_raw_phonemes
Test [[ phonemes block ]].
tests/test_piper.py:177
Functiontest_synthesize
Test streaming text to audio synthesis.
tests/test_piper.py:110
Functiontest_synthesize_alignment
Test synthesis with phoneme alignments.
tests/test_piper.py:195
Functiontest_synthesize_wav
Test text to audio synthesis with WAV output.
tests/test_piper.py:134
Functiontest_tashkeel
Test diacritization.
tests/test_tashkeel.py:27
Functionto_bjdata
@brief create a BJData serialization of a given JSON value @sa https://json.nlohmann.me/api/basic_json/to_bjdata/
libpiper/include/json.hpp:23455
Functionto_bson
@brief create a BSON serialization of a given JSON value @sa https://json.nlohmann.me/api/basic_json/to_bson/
libpiper/include/json.hpp:23482
Methodto_char_type
libpiper/include/json.hpp:16710
Functionto_gpu
(x: torch.Tensor)
src/piper/train/vits/utils.py:14
Methodto_json
libpiper/include/json.hpp:5786
Functionto_msgpack
@brief create a MessagePack serialization of a given JSON value @sa https://json.nlohmann.me/api/basic_json/to_msgpack/
libpiper/include/json.hpp:23405
Functionto_ubjson
@brief create a UBJSON serialization of a given JSON value @sa https://json.nlohmann.me/api/basic_json/to_ubjson/
libpiper/include/json.hpp:23428
Methodtoken_type_name
libpiper/include/json.hpp:7363
Methodtrain_dataloader
(self)
src/piper/train/vits/dataset.py:465
Methodtraining_step
(self, batch: Batch, batch_idx: int)
src/piper/train/vits/lightning.py:238
Methodubjson_prefix
! @brief determine the type prefix of container values */
libpiper/include/json.hpp:16419
Functionunconstrained_rational_quadratic_spline
( inputs, unnormalized_widths, unnormalized_heights, unnormalized_derivatives, inverse=Fal
src/piper/train/vits/transforms.py:50
Functionunflatten
libpiper/include/json.hpp:14487
Functionupdate
@brief updates a JSON object from another object, overwriting existing keys @sa https://json.nlohmann.me/api/basic_json/update/
libpiper/include/json.hpp:22578
Methodupsample_initial_channel
(self)
src/piper/train/vits/config.py:101
Methodupsample_kernel_sizes
(self)
src/piper/train/vits/config.py:105
Methodupsample_rates
(self)
src/piper/train/vits/config.py:97
Methodval_dataloader
(self)
src/piper/train/vits/dataset.py:485
Methodvalidation_step
(self, batch: Batch, batch_idx: int)
src/piper/train/vits/lightning.py:252
Methodvalue
return the value of an iterator
libpiper/include/json.hpp:13664
Functionvalue_in_range_of
libpiper/include/json.hpp:4078
Methodvoice_conversion
(self, y, y_lengths, sid_src, sid_tgt)
src/piper/train/vits/models.py:726
Methodwhat
returns the explanatory string
libpiper/include/json.hpp:4304
Methodwide_string_input_adapter
libpiper/include/json.hpp:6373
Methodwrite_bjdata_ndarray
! @return false if the object is successfully converted to a bjdata ndarray, true if the type or size is invalid */
libpiper/include/json.hpp:16533
Methodwrite_bson_array
! @brief Writes a BSON element with key @a name and array @a value */
libpiper/include/json.hpp:16045
← previousnext →501–600 of 629, ranked by callers