MCPcopy Create free account
hub / github.com/RHVoice/RHVoice / insert

Method insert

src/core/speech_processor.cpp:120–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118 }
119
120 void speech_processor::insert(sample_ptr samples,std::size_t count)
121 {
122 if(accepts_insertions())
123 process(samples,count);
124 else if(next)
125 next->insert(samples,count);
126 }
127}

Callers 15

phoneme_setMethod · 0.80
phonemeMethod · 0.80
remove_pointMethod · 0.80
parseMethod · 0.80
on_inputMethod · 0.80
lexerMethod · 0.80
load_fileMethod · 0.80
initMethod · 0.80
utterance.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected