Home | History | Annotate | Download | only in lib

Lines Matching defs:voice

340                     this->common, cbIn, ctrl->procCbOut[newPU], this->voice);
345 this->common, cbIn, ctrl->procCbOut[newPU], this->voice);
350 this->common, cbIn, ctrl->procCbOut[newPU], this->voice);
355 this->common, cbIn, ctrl->procCbOut[newPU], this->voice);
360 this->common, cbIn, ctrl->procCbOut[newPU], this->voice);
365 this->common, cbIn, ctrl->procCbOut[newPU], this->voice);
370 this->common, cbIn, ctrl->procCbOut[newPU], this->voice);
375 this->common, cbIn, ctrl->procCbOut[newPU], this->voice);
381 this->common, cbIn, ctrl->procCbOut[newPU], this->voice);
387 this->common, cbIn, ctrl->procCbOut[newPU], this->voice);
392 ctrl->procCbOut[newPU], this->voice);
413 * @param voice : the voice object
422 picodata_CharBuffer cbOut, picorsrc_Voice voice) {
426 cbOut,voice);
502 picorsrc_Voice voice;
567 * @param voiceName : voice definition to be used for this engine
585 PICODBG_DEBUG(("creating engine for voice '%s'",voiceName));
592 this->voice = NULL;
617 done = (PICO_OK == picorsrc_createVoice(rm,voiceName,&(this->voice)));
633 this->cbIn, this->cbOut, this->voice);
641 if (NULL != this->voice) {
642 picorsrc_releaseVoice(rm,&(this->voice));
667 if (NULL != (*this)->voice) {
668 picorsrc_releaseVoice(rm,&((*this)->voice));