Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OHF-Voice/piper1-gpl
/ functions
Functions
629 in github.com/OHF-Voice/piper1-gpl
⨍
Functions
629
◇
Types & classes
221
↳
Endpoints
5
Method
parse_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
Function
parse_error
libpiper/include/json.hpp:6852
Method
parse_error
libpiper/include/json.hpp:7102
Method
parse_error
libpiper/include/json.hpp:7289
Method
parse_msgpack_internal
! @return whether a valid MessagePack value was passed to the SAX parser */
libpiper/include/json.hpp:10270
Method
parse_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
Method
parser
a parser reading from an input adapter
libpiper/include/json.hpp:12169
Function
patch
@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
Function
patch_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
Function
phoneme_ids_to_audio
(self, phoneme_ids, **kwargs)
tests/test_piper.py:258
Method
phonemize
(text: str)
src/piper/train/vits/dataset.py:215
Function
phonemizer_fixture
()
tests/test_chinese_phonemizer.py:20
Function
piper_create
libpiper/src/piper.cpp:12
Function
piper_free
libpiper/src/piper.cpp:105
Function
piper_synthesize_next
libpiper/src/piper.cpp:266
Function
piper_synthesize_start
libpiper/src/piper.cpp:132
Method
position_string
libpiper/include/json.hpp:4442
Method
prepare_data
(self)
src/piper/train/vits/dataset.py:133
Function
py_get_phonemes
src/piper/espeakbridge.c:51
Function
py_initialize
src/piper/espeakbridge.c:23
Function
py_set_voice
src/piper/espeakbridge.c:37
Function
rand_gumbel_like
(x)
src/piper/train/vits/commons.py:42
Function
rand_slice_segments
(x, x_lengths=None, segment_size=4)
src/piper/train/vits/commons.py:56
Function
rbegin
@brief returns an iterator to the reverse-beginning @sa https://json.nlohmann.me/api/basic_json/rbegin/
libpiper/include/json.hpp:21986
Function
reinterpret_bits
libpiper/include/json.hpp:16831
Method
remove_weight_norm
(self)
src/piper/train/vits/models.py:371
Method
remove_weight_norm
(self)
src/piper/train/vits/modules.py:316
Method
remove_weight_norm
(self)
src/piper/train/vits/modules.py:366
Function
rend
@brief returns an iterator to the reverse-end @sa https://json.nlohmann.me/api/basic_json/rend/
libpiper/include/json.hpp:22000
Method
replace_percent
(m: re.Match)
src/piper/phonemize_chinese.py:274
Method
replace_temp
(m: re.Match)
src/piper/phonemize_chinese.py:259
Method
resblock
(self)
src/piper/train/vits/config.py:85
Method
resblock_dilation_sizes
(self)
src/piper/train/vits/config.py:93
Method
resblock_kernel_sizes
(self)
src/piper/train/vits/config.py:89
Method
sax_parse_internal
libpiper/include/json.hpp:12278
Function
scan
libpiper/include/json.hpp:8810
Method
scan_comment
! * @brief scan a comment * @return whether comment could be scanned successfully */
libpiper/include/json.hpp:8145
Method
scan_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
Method
scan_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
Method
serializer
! @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
Function
set_end
libpiper/include/json.hpp:12833
Function
set_subtype
@brief sets the binary subtype @sa https://json.nlohmann.me/api/byte_container_with_subtype/set_subtype/
libpiper/include/json.hpp:5867
Method
setup
(self, stage: str)
src/piper/train/vits/dataset.py:380
Method
span_input_adapter
libpiper/include/json.hpp:6543
Method
spec_length
(self)
src/piper/train/vits/dataset.py:563
Function
spectral_de_normalize_torch
(magnitudes)
src/piper/train/vits/mel_processing.py:31
Function
start_array
libpiper/include/json.hpp:6829
Method
start_array
libpiper/include/json.hpp:7052
Function
start_object
libpiper/include/json.hpp:6797
Method
start_object
libpiper/include/json.hpp:6981
Method
string
libpiper/include/json.hpp:6969
Method
string 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
Method
strtof
libpiper/include/json.hpp:8213
Function
subtype
@brief return the binary subtype @sa https://json.nlohmann.me/api/byte_container_with_subtype/subtype/
libpiper/include/json.hpp:5875
Method
switch
libpiper/include/json.hpp:18289
Method
test
libpiper/include/json.hpp:4015
Method
test
libpiper/include/json.hpp:4025
Method
test
libpiper/include/json.hpp:4035
Method
test
libpiper/include/json.hpp:4046
Method
test
libpiper/include/json.hpp:4062
Method
test
libpiper/include/json.hpp:4071
Function
test_ar_tashkeel
Test Arabic diacritization.
tests/test_piper.py:159
Method
test_dataloader
(self)
src/piper/train/vits/dataset.py:475
Function
test_language_switch_flags_removed
Test that (language) switch (flags) are removed.
tests/test_piper.py:103
Function
test_load_voice
Test loading a voice that generates silence.
tests/test_piper.py:17
Function
test_numbers_to_words
( phonemizer: ChinesePhonemizer, number_text: str, word_text: str )
tests/test_chinese_phonemizer.py:197
Function
test_phonemize
(phonemizer: ChinesePhonemizer)
tests/test_chinese_phonemizer.py:24
Function
test_phonemize
Sanity check for phonemizer.
tests/test_espeak_phonemizer.py:4
Function
test_phonemize_synthesize
Test phonemizing and synthesizing.
tests/test_piper.py:27
Function
test_raw_phonemes
Test [[ phonemes block ]].
tests/test_piper.py:177
Function
test_synthesize
Test streaming text to audio synthesis.
tests/test_piper.py:110
Function
test_synthesize_alignment
Test synthesis with phoneme alignments.
tests/test_piper.py:195
Function
test_synthesize_wav
Test text to audio synthesis with WAV output.
tests/test_piper.py:134
Function
test_tashkeel
Test diacritization.
tests/test_tashkeel.py:27
Function
to_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
Function
to_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
Method
to_char_type
libpiper/include/json.hpp:16710
Function
to_gpu
(x: torch.Tensor)
src/piper/train/vits/utils.py:14
Method
to_json
libpiper/include/json.hpp:5786
Function
to_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
Function
to_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
Method
token_type_name
libpiper/include/json.hpp:7363
Method
train_dataloader
(self)
src/piper/train/vits/dataset.py:465
Method
training_step
(self, batch: Batch, batch_idx: int)
src/piper/train/vits/lightning.py:238
Method
ubjson_prefix
! @brief determine the type prefix of container values */
libpiper/include/json.hpp:16419
Function
unconstrained_rational_quadratic_spline
( inputs, unnormalized_widths, unnormalized_heights, unnormalized_derivatives, inverse=Fal
src/piper/train/vits/transforms.py:50
Function
unflatten
libpiper/include/json.hpp:14487
Function
update
@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
Method
upsample_initial_channel
(self)
src/piper/train/vits/config.py:101
Method
upsample_kernel_sizes
(self)
src/piper/train/vits/config.py:105
Method
upsample_rates
(self)
src/piper/train/vits/config.py:97
Method
val_dataloader
(self)
src/piper/train/vits/dataset.py:485
Method
validation_step
(self, batch: Batch, batch_idx: int)
src/piper/train/vits/lightning.py:252
Method
value
return the value of an iterator
libpiper/include/json.hpp:13664
Function
value_in_range_of
libpiper/include/json.hpp:4078
Method
voice_conversion
(self, y, y_lengths, sid_src, sid_tgt)
src/piper/train/vits/models.py:726
Method
what
returns the explanatory string
libpiper/include/json.hpp:4304
Method
wide_string_input_adapter
libpiper/include/json.hpp:6373
Method
write_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
Method
write_bson_array
! @brief Writes a BSON element with key @a name and array @a value */
libpiper/include/json.hpp:16045
← previous
next →
501–600 of 629, ranked by callers