HomeSort by relevance Sort by last modified time
    Searched full:acoustic (Results 1 - 25 of 99) sorted by null

1 2 3 4

  /external/srec/srec/AcousticModels/src/
AcousticModelsImpl.c 50 * Initializes acoustic-models properties to default values.
58 CHKLOG(rc, ESR_SessionSetIntIfEmpty("CREC.Acoustic.dimen", 16));
59 CHKLOG(rc, ESR_SessionSetIntIfEmpty("CREC.Acoustic.skip", 5));
60 CHKLOG(rc, ESR_SessionSetIntIfEmpty("CREC.Acoustic.stay", 5));
61 CHKLOG(rc, ESR_SessionSetIntIfEmpty("CREC.Acoustic.whole_skip", 10));
62 CHKLOG(rc, ESR_SessionSetIntIfEmpty("CREC.Acoustic.whole_stay", 10));
63 CHKLOG(rc, ESR_SessionSetIntIfEmpty("CREC.Acoustic.durscale", 5));
64 CHKLOG(rc, ESR_SessionSetIntIfEmpty("CREC.Acoustic.frame_period", 10));
65 CHKLOG(rc, ESR_SessionSetIntIfEmpty("CREC.Acoustic.minvar", 1));
66 CHKLOG(rc, ESR_SessionSetIntIfEmpty("CREC.Acoustic.maxvar", 64000))
257 CA_Acoustic* acoustic; local
425 CA_Acoustic* acoustic; local
588 CA_Acoustic* acoustic; local
657 CA_Acoustic* acoustic; local
    [all...]
  /external/srec/srec/AcousticState/include/
SR_AcousticState.h 36 * Contains Acoustic state information.
42 * Contains Acoustic state information.
47 * Resets the acoustic state object.
48 * The recognizer adapts to the acoustic state of the caller and calling environment
51 * order to reset acoustic state information for a new caller.
90 * Destrroys the acoustic state of a recognizer
139 * Resets the acoustic state object.
140 * The recognizer adapts to the acoustic state of the caller and calling environment
143 * order to reset acoustic state information for a new caller.
  /external/srec/config/en.us/
baseline.par 41 CREC.Acoustic.dimen = 36 ;
42 CREC.Acoustic.skip = 5 ;
43 CREC.Acoustic.stay = 5 ;
44 CREC.Acoustic.durscale = 5 ;
45 CREC.Acoustic.minvar = 2860 ;
46 CREC.Acoustic.maxvar = 2860 ;
47 CREC.Acoustic.frame_period = 20 ;
48 CREC.Acoustic.load_models = non_generic;
baseline11k.par 45 CREC.Acoustic.dimen = 36 ;
46 CREC.Acoustic.skip = 5 ;
47 CREC.Acoustic.stay = 5 ;
48 CREC.Acoustic.durscale = 5 ;
49 CREC.Acoustic.minvar = 2860 ;
50 CREC.Acoustic.maxvar = 2860 ;
51 CREC.Acoustic.frame_period = 20 ;
52 CREC.Acoustic.load_models = non_generic;
baseline8k.par 47 CREC.Acoustic.dimen = 36 ;
48 CREC.Acoustic.skip = 5 ;
49 CREC.Acoustic.stay = 5 ;
50 CREC.Acoustic.durscale = 5 ;
51 CREC.Acoustic.minvar = 2860 ;
52 CREC.Acoustic.maxvar = 2860 ;
53 CREC.Acoustic.frame_period = 20 ;
54 CREC.Acoustic.load_models = non_generic;
  /frameworks/base/media/java/android/media/audiofx/
AcousticEchoCanceler.java 22 * Acoustic Echo Canceler (AEC).
23 * <p>Acoustic Echo Canceler (AEC) is an audio pre-processing which removes the contribution of the
47 * Checks if the device implements acoustic echo cancellation.
48 * @return true if the device implements acoustic echo cancellation, false otherwise.
  /external/srec/srec/include/
swimodel.h 36 elsewhere to avoid paging back to memory of acoustic models, c54!! */
56 const featdata *avg_state_durations; /* average duration of this acoustic model state */
65 /* SpeechWorks compact acoustic models */
simapi.h 118 const SWIModel *swimodel; /* owning pointer to compact acoustic models */
294 int max_model_states; /* indicates largest acoustic model this search can use */
503 * Returns Handle to new acoustic structure, or NULL on error.
508 * Allocates a new Acoustic structure (object)
516 * Params hAcoust Handle to previously allocated acoustic structure
523 * Frees a previously allocated acoustic object.
539 * Params hAcoust point to a valid acoustic object
540 * subname subword acoustic model file
543 * hAcoustInp Handle to valid acoustic input object
552 * The acoustic sub-word models, whether speaker dependent or independen
    [all...]
srec.h 158 /* notes ... what needs to be acoustic model specific
285 #define MAX_RECOGNIZERS 2 /* generally, 1x for each acoustic model */
312 /* non owning pointer to compact acoustic models */
  /hardware/msm7k/libaudio/
AudioHardware.cpp 41 static void * acoustic; member in namespace:android
72 acoustic = ::dlopen("/system/lib/libhtc_acoustic.so", RTLD_NOW);
73 if (acoustic == NULL ) {
81 set_acoustic_parameters = (int (*)(void))::dlsym(acoustic, "set_acoustic_parameters");
89 ALOGE("Could not set acoustic parameters to share memory: %d", rc);
93 snd_get_num = (int (*)(void))::dlsym(acoustic, "snd_get_num_endpoints");
105 snd_get_endpoint = (int (*)(int, msm_snd_endpoint *))::dlsym(acoustic, "snd_get_endpoint");
145 if (acoustic) {
146 ::dlclose(acoustic);
147 acoustic = 0
    [all...]
  /external/srec/srec/AcousticModels/include/
SR_AcousticModelsImpl.h 76 * ArrayList of legacy CREC acoustic models.
78 ArrayList* acoustic; member in struct:SR_AcousticModelsImpl_t
SR_AcousticModels.h 40 * Acoustic model collection.
46 * Acoustic model collection.
  /external/srec/srec/crec/
c47mulsp.c 34 log_report("Error: recognizer can't hold any more acoustic models\n");
45 PLogError("recognizer max_model_states %d, acoustic model num states %d, set CREC.Recognizer.max_model_states higher\n",
  /external/svox/pico/lib/
picopam.h 19 * Phonetic to Acoustic Mapping PU - Header file
31 * <b> Phonetic to acoustic mapping module </b>\n
  /system/core/rootdir/
ueventd.rc 60 /dev/htc-acoustic 0660 system audio
  /external/speex/include/speex/
speex_echo.h 36 /** @defgroup SpeexEchoState SpeexEchoState: Acoustic echo canceller
37 * This is the acoustic echo canceller module.
  /external/kernel-headers/original/linux/
hdreg.h 341 #define SETFEATURES_EN_AAM 0x42 /* Enable Automatic Acoustic Management */
360 #define SETFEATURES_DIS_AAM 0xC2 /* Disable Automatic Acoustic Management */
398 #define HDIO_GET_ACOUSTIC 0x030f /* get acoustic value */
421 #define HDIO_SET_ACOUSTIC 0x032c /* change acoustic behavior */
540 * 9: Automatic Acoustic Management
590 * 9: Automatic Acoustic Management
636 unsigned short acoustic; /* (word 94) member in struct:hd_driveid
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
hdreg.h 283 #define SETFEATURES_EN_AAM 0x42 /* Enable Automatic Acoustic Management */
302 #define SETFEATURES_DIS_AAM 0xC2 /* Disable Automatic Acoustic Management */
340 #define HDIO_GET_ACOUSTIC 0x030f /* get acoustic value */
363 #define HDIO_SET_ACOUSTIC 0x032c /* change acoustic behavior */
482 * 9: Automatic Acoustic Management
532 * 9: Automatic Acoustic Management
578 unsigned short acoustic; /* (word 94) member in struct:hd_driveid
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
hdreg.h 283 #define SETFEATURES_EN_AAM 0x42 /* Enable Automatic Acoustic Management */
302 #define SETFEATURES_DIS_AAM 0xC2 /* Disable Automatic Acoustic Management */
340 #define HDIO_GET_ACOUSTIC 0x030f /* get acoustic value */
363 #define HDIO_SET_ACOUSTIC 0x032c /* change acoustic behavior */
482 * 9: Automatic Acoustic Management
532 * 9: Automatic Acoustic Management
578 unsigned short acoustic; /* (word 94) member in struct:hd_driveid
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
hdreg.h 283 #define SETFEATURES_EN_AAM 0x42 /* Enable Automatic Acoustic Management */
302 #define SETFEATURES_DIS_AAM 0xC2 /* Disable Automatic Acoustic Management */
340 #define HDIO_GET_ACOUSTIC 0x030f /* get acoustic value */
363 #define HDIO_SET_ACOUSTIC 0x032c /* change acoustic behavior */
482 * 9: Automatic Acoustic Management
532 * 9: Automatic Acoustic Management
578 unsigned short acoustic; /* (word 94) member in struct:hd_driveid
  /external/srec/tools/grxmlcompile/
vocab.h 85 int lookupModelIDs( AcousticModel &acoustic );
vocab.cpp 219 int Pronunciation::lookupModelIDs( AcousticModel &acoustic )
247 int id = CA_ArbdataGetModelIdsForPIC( acoustic.getCAModelHandle(), lphon, cphon, rphon );
  /frameworks/base/core/java/android/speech/srec/
Recognizer.java 371 * Reset the acoustic state vectorto it's default value.
380 * Set the acoustic state vector.
381 * @param state String containing the acoustic state vector.
390 * Get the acoustic state vector.
391 * @return String containing the acoustic state vector.
472 || SR_RecognizerUnsetup ( applicationData.recognizer) // releases acoustic models
  /external/srec/shared/src/
SessionTypeImpl.c     [all...]
  /hardware/msm7k/libaudio-qsd8k/
AudioHardware.cpp 91 static void * acoustic; member in namespace:android
120 acoustic =:: dlopen("/system/lib/libhtc_acoustic.so", RTLD_NOW);
121 if (acoustic == NULL ) {
128 set_acoustic_parameters = (int (*)(void))::dlsym(acoustic, "set_acoustic_parameters");
134 set_tpa2018d1_parameters = (int (*)(void))::dlsym(acoustic, "set_tpa2018d1_parameters");
142 ALOGD("Could not set acoustic parameters to share memory: %d", rc);
153 snd_get_num = (int (*)(void))::dlsym(acoustic, "snd_get_num");
164 snd_get_bt_endpoint = (int (*)(msm_bt_endpoint *))::dlsym(acoustic, "snd_get_bt_endpoint");
426 ALOGD("Using custom acoustic parameters for %s", value.string());
431 ALOGD("Using default acoustic parameters
    [all...]

Completed in 736 milliseconds

1 2 3 4