similar to: Speex latency

Displaying 20 results from an estimated 1000 matches similar to: "Speex latency"

2004 Aug 06
0
Speex latency
What sould be the capture and playback buffer size in 8,16,32 khz for the Alsa system? Can this also causing latency? In the server side I have: -A thread that reads the input from mic (capture) ands copies to main buffer. -The main loop encodes and sends it to the client ( it's read the data from the main buffer) Client: -A thread for
2005 Sep 09
1
reducing latency?
How can I reduce latency on the following? arecord -r22050 -c2 -fs16_le | speexenc - - | speexdec - I have no coding experience in C, so can't write my own stdin/stdout wrapper. this is just an echo test, but it's severely lagged. the mailing list posts on this subject didn't give a solution. I used this over ssh, and managed to have a usable conversation with someone, accept for the
2014 Mar 17
3
Resumen de R-help-es, Vol 61, Envío 25
Hola Rolando, Yo utilizo un MBP (con 4 GB) y no me tarda ese tiempo que comentas en hacer mapas y mucho menos gráficos complejos. ¿Usas R Studio? Un saludo > Asuntos del día: > > 1. R lento para graficar mapas en MacBook (Rolando Valdez) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Sun, 16 Mar 2014
2014 Jun 13
2
Crear matriz binaria
Hola, no encuentro el momento en el que se relacionan los inventores, es decir, lo que relaciona a dos o más inventores es la patente. Primero, ¿cómo debo ordenar los datos? Tengo 1813 número de patentes, es decir, la matriz es de dimension 1813 x 1813. Tengo varios órdenes en los datos, por ejemplo, el primer arreglo es por patente, en las columnas tengo ?no. de patente?, ?inventor 1?,
2014 Mar 17
3
Resumen de R-help-es, Vol 61, Envío 25
Estimado Javier Marcuzzi, Francamente desconozco mucho de lo que me explica, no soy ingeniero, soy economista y tengo poca experiencia en R y sobretodo utilizando Mac. Tengo apenas 2 semanas con esta computadora. Agradezco mucho su tiempo, seguiré investigando. Saludos. El 17/03/2014, a las 08:04, Javier Marcuzzi <javier.ruben.marcuzzi en gmail.com> escribió: > Estimado Rolando
2014 Mar 18
3
Resumen de R-help-es, Vol 61, Envío 25
Hola, Parece que es un tema conocido. Mira si lo que se dice aquí te aplica, pero vaya parece que todo pasa porque te actualices el R-Gui y RStudio a la última versión para Mac (entiendo que tienes Mavericks).. http://citizen-statistician.org/2013/10/27/warning-mac-os-10-9-mavericks-and-r-dont-play-nicely/ Saludos, Carlos Ortega www.qualityexcellence.es El 18 de marzo de 2014, 19:38, Javier
2009 Jul 06
3
Ogg encoding longer than 203 minutes?
Hi, I'm trying to record something for about 24 hours but oggenc tells me that I have 203m remaining. Quote: durand at Deuterium ~> arecord -f cd -t wav | oggenc -b 192 -o file.ogg - Recording WAVE 'stdin' : Signed 16 bit Little Endian, Rate 44100 Hz, Stereo Opening with wav module: WAV file reader Encoding standard input to "file.ogg" at approximate bitrate
2014 Jun 13
2
Crear matriz binaria
Hola, Estoy tratando de crear una matriz cuadrada, binaria y no tengo idea por dónde comenzar. Los datos que tengo son patentes e inventores por patente, las patentes las identifico por su código y a los inventores por nombre y también los tengo codificados. Deseo hacer una matriz de nxn en donde los renglones son inventores de la A a la Z y columnas son los mismos inventores de la A a la Z,
2006 Aug 07
9
problems with ActionMailer
Hi all, I''m trying to create a worker to send a mail to all the users in my db. Right now I''m doing the tests, this is the code in my worker (Masivo is the ActionMailer subclass): def do_work(args) @progress = 0 @logger.info("MAILER: starting job") records = Record.find(:all) total = records.size records.each_with_index do |record, idx|
2006 Aug 03
2
thread problems
I have a really long series of queries (import from other database*) that takes about 2 or 3 minutes. I wanted to spawn a thread and put the job there, but there seems to be some problems with active record and threads: (this is what I found after googling) Thread.abort_on_exception = true => true 100.times do Thread.new do Client.find(:first) end end this throws an exception... So
2006 Jul 11
9
problems with observe_field
Hi all, I''m having problems with an observe_field, this is the view: <%= form_tag %> <div id="content"> <p>Customer: <select name="cliente_id" id="cliente_id"> <option value="">Select a customer</option> <%= options_for_select Cliente.find_all.collect {|c| [c.razon_social, c.id]} %>
2009 May 26
1
arecord pipe to celtenc just stops
Hi all, Just found out about this codec and I'm really impressed. I compiled celt-0.5.2.tar.gz on my desktop and tried out a few tests. I then did a native fixed point arm compile on my beagleboard which also worked a treat. Before I get started with the library I was trying to see if I could grab some real time audio, encode it and write to a file using arecord in conjunction with
2014 Mar 12
3
Sobreponer dos mapas
Hola, Estoy tratando de sobreponer un mapa sobre otro, uno que sirva de ?background? y otro con datos. Mi primer intento lo hice usando el paquete PBSmapping. Aquí lo que hice: library(PBSmapping) estados <- importShapefile(?Entidades_2013.shp") #Aquí cargamos las entidades federativas (32 entidades) zonas <- importShapefile(?zm.shp?) #Aquí cargamos las zonas metropolitanas del país
2006 Feb 01
4
exclude a column in save!
Hi all, I have a column that peeks its value from a sequence (postgres) some times. Other times, I set it to a certain value. This column has a default value of "nextval(''the_sequence'')"... When I want that this column peeks the value from the sequence, I do this: obj = Mymodel.new obj.some_column1 = blah obj.some_column2 = blah obj.some_column3 = blah obj.save! but
2004 Aug 06
3
Updated Speex RTP Internet Draft
Hi all, Please find below an updated Speex Internet Draft document. It would be good if we could book some time for discussion on Speex at the IETF meeting in Vienna (scheduled for 14th July). The cutoff for submission is 9:00am EDT, (GMT -04:00), 30th June. Comments and feedback welcomed! Regards Phil
2005 Jun 12
3
Newbie with problems on Debian Sarge
I have a Debian Sarge box that I am trying to get icecast2 and ices2 up and running on. I'm having problems, but do not know where to look to identify the problem. I have my audio working with ALSA - microphone in plays through my audio out. I'm running a basic configuration using the defaults provided, and the ALSA example config file for ices. When I try to connect to the server using
2006 Aug 17
2
php application inside rails public directory?
Hi all, I need to install cerberus inside my rails app''s public directory... I agree that the best method would be to put the whole php app in it''s own subdomain, but for now (i''m just testing) that''s not possible... What would be the way to do that? thanks! rolando.- -- Posted via http://www.ruby-forum.com/.
2013 Apr 17
4
about backup of centos instead of fresh install
Hi, i have a little question but not sure if exist in centos. Theres any way to reotre all centos to default? like a goback or a security backup? im realtive new with this and want to do a full back up of centos before trying to install things. Also i really prefer to run a commands instead of do a fresh install of centos. Theres any like this?
2015 Jun 05
2
how do I make my headset work
On Fri, 5 Jun 2015, Michael Hennebry wrote: > On Thu, 4 Jun 2015, Frank Cox wrote: > >> On Fri, 5 Jun 2015 00:54:24 -0500 (CDT) >> Michael Hennebry wrote: >> >>> Actually, I mistook black for green. >>> Green was occupied by my external speakers. >>> Putting the headset's green plug in the green spot >>> lets VLC and aplay make
2004 Aug 06
1
Speex on iPAQ?
Hi If there is anyone who have tried to use the Speex codec on the iPAQ I would be VERY happy to get in contact with that person. I'm trying to use the eMbedded Visual C++ 3.0 to get the Speex to work on my iPAQ but can't get it to work. Once again would be very happy if there is anyone who have an example code for the iPAQ or have tried to use Speex . Regards, Daniel Holmqvist