search for: inicializado

Displaying 4 results from an estimated 4 matches for "inicializado".

Did you mean: inicializando
2008 Dec 11
1
preprocessor VAD only rocognize between silence and not silence
...in the codec." but if you go to the source code in preprocess.c line 995 "/* FIXME: This VAD is a kludge */" I've seem in te roadmap that you are testing a new VAD, but Im not sure if im doing something wrong with the current. Here is the code of the compressor: if (inicializado == false) { bits = new SpeexBits; speex_bits_init(bits); enc_state = speex_encoder_init(&speex_nb_mode); // obtenemos tama?o frame speex_encoder_ctl(enc_state, SPEEX_GET_FRAME_SIZE, &frame_size); // configuramos parametros int...
2017 Oct 04
2
Leer parquet files desde R
Hola Carlos. spark_read_parquet es de sparklyr y necesita un sparkcontext inicializado para leer el fichero de parquet. El mié., 4 oct. 2017 22:11, Carlos Ortega <cof en qualityexcellence.es> escribió: > Hola José Luis, > > ¿Has probado directamente con "dplyr"?... > > spark_read_parquet > <https://spark.rstudio.com/reference/sparklyr/latest/spa...
2008 Dec 15
0
preprocessor VAD only rocognize between silence andnot silence
...e */" >>> >>> I've seem in te roadmap that you are testing a new VAD, but Im >not sure >>> if im doing something wrong with the current. >>> >>> Here is the code of the compressor: >>> >>> >>> >>> if (inicializado == false) >>> { >>> bits = new SpeexBits; >>> speex_bits_init(bits); >>> enc_state = speex_encoder_init(&speex_nb_mode); >>> >>> // obtenemos tama?o frame >>> speex_encoder_ctl(enc_stat...
2017 Oct 04
2
Leer parquet files desde R
Buenas a todos. Ya sé que con sparkR o sparklyr puedo leer fácilmente ficheros con formato parquet, pero ¿hay alguna forma de leerlos sin tener que arrancar spark? Mi situación es que tengo unos ficheros en formato parquet en s3 y quiero leerlos desde una instancia pequeñita de amazon EC2 que quiero mantener sin instalarle spark. Estoy bicheando la librería https://github.com/cloudyr/aws.s3 y va