similar to: Silence Detection for stream - Linux (Ubuntu 12.04/14.04) ALSA ONLY

Displaying 20 results from an estimated 2000 matches similar to: "Silence Detection for stream - Linux (Ubuntu 12.04/14.04) ALSA ONLY"

2014 Sep 30
1
Silence Detection for stream - Linux (Ubuntu 12.04/14.04) ALSA ONLY
2014 Aug 09
0
Silence Detection for stream - Linux (Ubuntu 12.04/14.04) ALSA ONLY
Hello, I only know a nice tool for JACK, called silentjack. So if by any chance, you find the strength to use JACK anyway, here is the source code : http://www.aelius.com/njh/silentjack/ The code is very light and simple : if you have some programming skills, you might even adapt it for ALSA. Sorry for this OT answer. Hoggins! Le 09/08/2014 02:39, Dean Sauer a ?crit : > Looking to
2014 Aug 09
0
Silence Detection for stream - Linux (Ubuntu 12.04/14.04) ALSA ONLY
On 08/09/2014 12:39 AM, Dean Sauer wrote: > Looking to find something that can do silence detection on a feed from > Icecast 2.3.2 with a silence detection period passed as a variable > > ie: sd my.server.invalid:8000/mymount -t 20m -s /home/myuser/sendalart.sh > > > On detection of silence exceeding this period it calls /home/myuser/ > sendalart.sh to send an email, or
2014 Oct 01
0
Silence Detection for stream - Linux (Ubuntu 12.04/14.04) ALSA ONLY
2016 Jan 07
2
Asterisk 11 and old Thomson 2030S Hardphone => SIP Register/Auth Problem against V11
Am 07.01.2016 um 10:55 schrieb Frank: > On Wed, 2016-01-06 at 17:03 +0100, Juergen Sauer wrote: Thx, 4answer. :) >> with in my sip.conf, I have got for this hardphone: >> [...] >> [hard1] >> username=hard1 >> secret=correct-and-three-times-checked-4-digit-pin > > In most cases, there is no need to set the "username=" option. The
2016 Jan 06
2
Asterisk 11 and old Thomson 2030S Hardphone => SIP Register/Auth Problem against V11
Hi! I wish you all e Happy New Year first! Allthough, I'm relative new to Asterisk, I got our server up and Running, Softphones, ISDN, and a brand new Snom 821 are working flawlessly. :) Platform is Debian 8/Asterisk Packages (11) from Debian Repo. But I am running into problems setting up 2 older Hardphones, Thomson 2030S. :( with in my sip.conf, I have got for this hardphone: [...]
2016 Dec 27
3
dir.xiph.org : OPUS stream wrongly identified as Vorbis
Hello Philipp, Thank you for your answers ! Le 27/12/2016 à 12:14, Philipp Schafft a écrit : > Good morning, > > On Tue, 2016-12-27 at 11:46 +0100, Hoggins! wrote: >> Hello, >> >> We started to publish an OPUS stream amongst others on our Icecast >> streaming server. That's cool, we're muxing it in an Ogg container, it >> works well ! >> So
2014 May 23
3
Icecast2, ezstream and reverse proxy
Hello, Correct me if I'm wrong, but what you get from Icecast *is* HTTP. Anyway, we use proxying because on our server, some of our clients cannot connect to port 8000 without bypassing their company firewall, and we don't have the possibility to add another public IP. So with Apache, here is what we do : ######################################################################## # #
2013 Oct 28
0
Bus error, Asterisk crash when user leaves a message (ODBC voicemail)
Hello list, My system behaves in an odd manner, and I can't find why. When users leave a message on the voicemail, once the message is recorded and the user hangs up, Asterisk crashes. I can't figure out when it started to behave like this. Here is the extract of the dialplan where it occurs : exten => s,1,Answer() exten => s,n,Playback(radiom-misenrelation) exten =>
2014 Nov 04
0
Source Dropouts - More info
Is it possible to run a packet capture to see what happens over the wire when this occurs? That would give some concrete information. If you have the disk space, just rotate out a capture file every hour. Once you catch it, filter out a pcap file with what happens when the sources are disconnected, and send us a link. Brad Isbell brad at musatcha.com http://www.musatcha.com On Tue, Nov 4, 2014
2013 May 07
1
[LLVMdev] [cfe-dev] [PROPOSAL] per-function optimization level control
Hi Jonathan, > From: Jonathan Sauer <jonathan.sauer at gmx.de> > Have you looked at "Noise", presented at this year's European LLVM Conference? > > | Noise is a language extension that allows a programmer to create > custom optimization > | strategies and apply them to specific code segments. This enables > fine-grained control > | over the
2016 Dec 27
2
dir.xiph.org : OPUS stream wrongly identified as Vorbis
Hello, We started to publish an OPUS stream amongst others on our Icecast streaming server. That's cool, we're muxing it in an Ogg container, it works well ! So this is just a remark : as the Icecast shows its type as "application/ogg", it may be the reason why the Icecast directory shows this as an Ogg Vorbis stream although it's an Ogg OPUS one. Any idea how to correct
2016 Dec 27
0
dir.xiph.org : OPUS stream wrongly identified as Vorbis
Good afternoon, On Tue, 2016-12-27 at 15:52 +0100, Hoggins! wrote: > Hello Philipp, > > Thank you for your answers ! > > Le 27/12/2016 à 12:14, Philipp Schafft a écrit : > > Good morning, > > > > On Tue, 2016-12-27 at 11:46 +0100, Hoggins! wrote: > >> Hello, > >> > >> We started to publish an OPUS stream amongst others on our Icecast
2008 Dec 09
1
expected variable name error pos 98349 WInBUGS in R
> I am using a random intercept model with SITEID as random and NAUSEA as > outcome. > > I tried using a dataset without missing values and changed my model > statement accordingly but still get the same error. Follwoing in an excerpt. > > anal.data <- read.table("nausea.txt", header=T, sep="\t") > > list(names(anal.data)) > [[1]] > [1]
2008 Dec 08
1
Reading txt file in R to run Random Intercept Model
I am using a random intercept model with SITEID as random and NAUSEA as outcome. Thanks. Anamika I tried using a dataset without missing values and changed my model statement accordingly but still get the same error. Follwoing in an excerpt. > anal.data <- read.table("nausea.txt", header=T, sep="\t") > list(names(anal.data)) [[1]] [1] "SITEID"
2008 Dec 07
1
Reading txt file in R
Hi:   I am using the following code to read a data set in txt in R and using the follwoing model. But it seems to give me an error ' expected variable name error pos 134022'. Any help is greatly appreciated.   Code: anal.data <- read.table("nausea.txt", header=T, sep="\t") list(names(anal.data)) attach(anal.data) n.samples <- dim(anal.data) [1] # number of data
2015 Apr 13
2
Check feed connected, active - IceCast 2.4.x
There is a plugin for Nagios called check_ice that you can also just compile and run standalone. See: https://github.com/pozar/check_ice On Sun, Apr 12, 2015 at 7:50 PM, Dean Sauer <wemanageitfl at gmail.com> wrote: > On Sat, 11 Apr 2015 07:03:16 +0000, Philipp Schafft wrote: > > > You can request /admin/stats.xml. That file will return the overall > > server status
2011 May 07
3
help!! warning:only the first element has been used
i simply want a set of numbers in a vector which: in the vector v, i want the numbers be (x[1]*x[2]*....*x[100], x[2]*x[3]*...*x[100], x[3]*x[4]*...*x[100],...,x[98]*x[99]*x[100], x[99]*x[100],x[100]) so there should be 100 elements in the vector. here's how i do it x=rnorm(100,0.5,0.2) v=prod(x[(1:100):100]) but it turns out failed as it says there are 100 elements in the expression, but only
2005 Aug 11
1
kde-file manager su mode
hi y'all, ...realize that maybe I should go to kde w/this but then, I do run centos on my systems soooo... kk I like to run kde's file manager in super user mode. On one of my systems, it's acting it's ass...as my default editor I do use kwrite and I normally set that up to open any text type file w/that but for some reason, on this one certain system, I can't navigate among
2006 Feb 20
1
crontab problems
Did you restart the crontab service after the change ? If not, crontab wont be aware of the changes. Nassri > rado wrote: > > for some reason, crontab is not picking up a job here > listed. I, for > > one see nothing wrong w/it as I have been running approx the same > > basic crontab for well over a year now. I have just put this box on > > line about a week