Home
last modified time | relevance | path

Searched refs:speech (Results 1 – 25 of 55) sorted by relevance

123

/OK3568_Linux_fs/buildroot/dl/sox/git/lpc10/
H A Dmload.c16 extern int mload_(integer *order, integer *awins, integer *awinf, real *speech, real *phi, real *ps…
73 real *speech, real *phi, real *psi) in mload_() argument
89 --speech; in mload_()
98 phi[r__ + phi_dim1] += speech[i__ - 1] * speech[i__ - r__]; in mload_()
105 psi[*order] += speech[i__] * speech[i__ - *order]; in mload_()
113 speech[*awinf + 1 - r__] * speech[*awinf + 1 - c__] + in mload_()
114 speech[start - r__] * speech[start - c__]; in mload_()
120 psi[c__] = phi[c__ + 1 + phi_dim1] - speech[start - 1] * speech[start in mload_()
121 - 1 - c__] + speech[*awinf] * speech[*awinf - c__]; in mload_()
H A Dlpcenc.c27 extern int lpcenc_(real *speech, integer *bits);
75 /* Subroutine */ int lpc10_encode(real *speech, integer *bits, in lpc10_encode() argument
99 if (speech) { in lpc10_encode()
100 --speech; in lpc10_encode()
107 prepro_(&speech[1], &c__180, st); in lpc10_encode()
108 analys_(&speech[1], voice, &pitch, &rms, rc, st); in lpc10_encode()
H A Dprepro.c24 extern int prepro_(real *speech, integer *length,
73 /* Subroutine */ int prepro_(real *speech, integer *length, in prepro_() argument
81 if (speech) { in prepro_()
82 --speech; in prepro_()
86 hp100_(&speech[1], &c__1, length, st); in prepro_()
H A Dhp100.c24 extern int hp100_(real *speech, integer *start, integer *end,
51 /* Subroutine */ int hp100_(real *speech, integer *start, integer *end, in hp100_() argument
76 if (speech) { in hp100_()
77 --speech; in hp100_()
89 si = speech[i__]; in hp100_()
98 speech[i__] = si * .902428f; in hp100_()
H A Denergy.c16 extern int energy_(integer *len, real *speech, real *rms);
51 /* Subroutine */ int energy_(integer *len, real *speech, real *rms) in energy_() argument
65 --speech; in energy_()
71 *rms += speech[i__] * speech[i__]; in energy_()
H A Ddcbias.c16 extern int dcbias_(integer *len, real *speech, real *sigout);
52 /* Subroutine */ int dcbias_(integer *len, real *speech, real *sigout) in dcbias_() argument
65 --speech; in dcbias_()
71 bias += speech[i__]; in dcbias_()
76 sigout[i__] = speech[i__] - bias; in dcbias_()
H A Dlpcdec.c27 extern int lpcdec_(integer *bits, real *speech);
80 /* Subroutine */ int lpc10_decode(integer *bits, real *speech, in lpc10_decode() argument
180 if (speech) { in lpc10_decode()
181 --speech; in lpc10_decode()
188 synths_(voice, &pitch, &rms, rc, &speech[1], &len, st); in lpc10_decode()
H A Ddifmag.c16 extern int difmag_(real *speech, integer *lpita, integer *tau, integer *ltau, integer *maxlag, real…
63 /* Subroutine */ int difmag_(real *speech, integer *lpita, integer *tau, in difmag_() argument
82 --speech; in difmag_()
94 sum += (r__1 = speech[j] - speech[j + tau[i__]], abs(r__1)); in difmag_()
H A Dtbdm.c16 extern int tbdm_(real *speech, integer *lpita, integer *tau, integer *ltau, real *amdf, integer *mi…
66 /* Subroutine */ int tbdm_(real *speech, integer *lpita, integer *tau, in tbdm_() argument
88 --speech; in tbdm_()
93 difmag_(&speech[1], lpita, &tau[1], ltau, &tau[*ltau], &amdf[1], minptr, in tbdm_()
118 difmag_(&speech[1], lpita, tau2, &ltau2, &tau[*ltau], amdf2, &minp2, & in tbdm_()
136 difmag_(&speech[1], lpita, tau2, &ltau2, &tau[*ltau], amdf2, &minp2, & in tbdm_()
H A Dsynths.c24 extern int synths_(integer *voice, integer *pitch, real *rms, real *rc, real *speech, integer *k, s…
130 rms, real *rc, real *speech, integer *k, struct lpc10_decoder_state *st) in synths_() argument
260 if (speech) { in synths_()
261 --speech; in synths_()
303 speech[i__] = buf[i__ - 1] / 4096.f; in synths_()
H A Danalys.c8 int analys_(real *speech, integer *voice, integer *pitch, real *rms, real *rc, struct lpc10_encoder…
126 /* Subroutine */ int analys_(real *speech, integer *voice, integer in analys_() argument
300 if (speech) { in analys_()
301 --speech; in analys_()
392 inbuf[720 - contrl_1.lframe + i__ - 181] = speech[i__] * 4096.f - in analys_()
H A Dlpc10.h271 int lpc10_encode (real *speech, INT32 *bits, struct lpc10_encoder_state *st);
275 int lpc10_decode (INT32 *bits, real *speech, struct lpc10_decoder_state *st);
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dlpc10.c27 float speech[LPC10_SAMPLES_PER_FRAME]; member
160 lpc10_decode(bits, lpc->speech, lpc->decst); in read_samples()
165 buf[nread++] = SOX_FLOAT_32BIT_TO_SAMPLE(lpc->speech[lpc->samples++], ft->clips); in read_samples()
179 lpc->speech[lpc->samples++] = SOX_SAMPLE_TO_FLOAT_32BIT(buf[nwritten++], ft->clips); in write_samples()
186 lpc10_encode(lpc->speech, bits, lpc->encst); in write_samples()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/hsi/
H A Dnokia-modem.txt14 "speech-control"
15 "speech-data"
38 "speech-control",
39 "speech-data",
H A Dclient-devices.txt33 "speech-control",
34 "speech-data",
/OK3568_Linux_fs/buildroot/package/libcodec2/
H A DConfig.in4 Codec2 is an open source low bit rate speech codec designed
5 for communications quality speech between 700 and 3200 bit/s.
/OK3568_Linux_fs/buildroot/package/sphinxbase/
H A DConfig.in5 CMUSphinx toolkit is a leading speech recognition toolkit
6 with various tools used to build speech applications. CMU
/OK3568_Linux_fs/buildroot/package/opus/
H A DConfig.in4 The Opus codec is designed for interactive speech and audio
12 can scale from low bit-rate narrowband speech to very high
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/mimic/
H A Dmimic_1.3.0.1.bb1 SUMMARY = "A fast lightweight Text-to-speech engine"
2 DESCRIPTION = "Mimic is a fast, lightweight Text-to-speech engine developed by Mycroft A.I. and Voc…
/OK3568_Linux_fs/kernel/drivers/hsi/clients/
H A DKconfig18 tristate "CMT speech"
21 If you say Y here, you will enable the CMT speech protocol used
/OK3568_Linux_fs/buildroot/package/libg7221/
H A DConfig.in5 wideband speech codecs.
/OK3568_Linux_fs/buildroot/package/libilbc/
H A DConfig.in4 iLBC (internet Low Bitrate Codec) is a FREE speech codec
/OK3568_Linux_fs/buildroot/package/libgsm/
H A DConfig.in5 Shared libraries for GSM 06.10 lossy speech compression.
/OK3568_Linux_fs/buildroot/package/bcg729/
H A DConfig.in5 decoder of the ITU G729 Annex A/B speech codec.
/OK3568_Linux_fs/buildroot/package/libbroadvoice/
H A DConfig.in7 broadvoice - a library for the BroadVoice 16 and 32 speech

123