similar to: Combining 2 AUDIO Frames

Displaying 20 results from an estimated 10000 matches similar to: "Combining 2 AUDIO Frames"

2004 Jan 17
3
SS7 over Asterisk ?
Hello.. I have a customer who wants to connect 2 PBX's over IP.. The setup should look like this: [PBX] <-- SS7 --> [Asterisk] <-- IAX --> [Asterisk] <-- SS7 --> [PBX] Since there are no SS7 cards , I was thinking at a way of carrying the E1 data as bulk...Can I do that ? How ? Is possible a scenario like this ? I'm thinking of IAX because I don't
2008 Jun 17
3
combining two data frames (different question)
i have two data frames. One data frame contains one column with the identificication number of a geographic place. The other columns are just some data about the corresponding geographic place. The other data frame also contains one column with the id number of a geographic place. the other columns of the second data frame is other data about the corresponding geographic place. I want to
2003 Nov 11
4
Registering an application
Hello.. Maybe I'm asking something silly but..... How can I register my own app with * ? I've made a simple .so , but I cannot find it in asterisk when i type "show applications" Here is the code: #include <asterisk/lock.h> #include <asterisk/file.h> #include <asterisk/logger.h> #include <asterisk/channel.h> #include <asterisk/pbx.h> #include
2020 Nov 09
0
RFC: Combining Annotation Metadata and Remarks
Hi Florian, On 11/9/20 5:09 AM, Florian Hahn wrote: > >> On Nov 6, 2020, at 17:32, Johannes Doerfert <johannesdoerfert at gmail.com> wrote: >> >> Cool! I really like the idea. I left a comment about metadata preservation below. >> Once this is available we will certainly employ it to understand OpenMP programs better. > That sounds like a great use case!
2007 Jun 21
1
what is "better" when combining data frames? merge vs. rbind & cbind
I often need to "combine" data frames, sometimes "vertically" and other times "horizontally". When it "better" to use merge? When is it better to use rbind or cbind? Are there clear pros and cons of each approach? --------------------------------- [[alternative HTML version deleted]]
2012 Jul 16
2
Combining Data Frames
I have 2 data tables. Each hold information categorized into "Date" and "Price." What I need to do is combine the two to get 2 columns of "Date" and "Price," by continuing the table downwards with the new rows supplied from the second table. So, for example I have 5/1/12 2 5/2/12 5 As data table 1 and 5/3/12 65 5/4/12 7 As data table 2 and I need to create
2001 Aug 07
1
question about combining data in two frames
Dear R Experts, I am still learning the subtleties or R programming and have a question about the best (==most elegant) way to combine data in two frames. One frame is a table of measurements of sizes of objects in multiple image fields and the other is a table of areas for each field. I want to calculate densities by dividing total number of objects in each field by the appropriate area. I
2020 Nov 06
0
RFC: Combining Annotation Metadata and Remarks
Cool! I really like the idea. I left a comment about metadata preservation below. Once this is available we will certainly employ it to understand OpenMP programs better. We could also think about a user facing version of this while we are at it ;) ~ Johannes On 11/4/20 3:57 PM, Florian Hahn via llvm-dev wrote: > Hi, > > > I would like to propose a new !annotation metadata kind
2002 May 15
2
combining vectors to matrices or data frames
hi, during a for(i in 1:xx]) loop I always newly calculate a vector (e.g. tmp<-c(a,b,c,d,e) ) now i need that vector to be attached at the bootom of a matrix (or data.frame). e.g. m<-matrix() for(i in 1:5]){ #some calculations for a,b,c,d,e a<- ... b<- ... c<- .. .... tmp<-c(a,b,c,d,e) ??? now I need to attach this tmp to the matrix m ??? } i couldn't get rbind
2012 Mar 11
1
notifications (or flash messages) in an api application
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello! As a noob in rails, i am having a problem on how to find a decent and straightforward notifications system for my application. Being a Api like application (talking with the client is made using JSON / later on XML as well), i have a problem finding a good solution to feed my needs. I have tried to use the rails validators, but then i have
2006 May 16
2
retaining character matrices when combining into data frames
Hello everyone, If I want to convert or combine a (large) character matrix into a data frame without having any of its columns convert into a factor class, is there a simple solution? I() says it will operate on 'an object' but it seems that unless the object is a vector, the results are not what I expect. For instance, if g is a 2x2 character matrix, as.data.frame(I(g)) will return an
2006 Mar 31
5
installing MySQL on 4.3 OR ''am I braindead or what?''
Hi all, On a fresh CentOS 4.3 box, suddenly what should have took usually around 60 seconds, now it makes me wonder if I can still perform simple sysadmin tasks, or should I get a long vacantion... # yum groupinstall "MySQL Database" Repository update is listed more than once in the configuration Repository base is listed more than once in the configuration Repository addons is listed
2008 Feb 22
3
Combining Data Frames
I have two dataframes in R that were tab seperated .txt files y<-read.table("foo.txt", header=T) x<-read.table("foo.txt", header=T) these are set up like this: Datetime Temp 01/01/07 00:01 11.5 01/01/07 00:16 11.6 etc etc to 66000 rows in y and 33000 rows in x The two files overlap with the same data for a period of time but contain
2003 Apr 03
6
tc problem
Hello.. I have a linux box and I want to make priority on traffic generated by my LAN''s computers.. I don''t have a guaranted bandwidth, so I wanna use sfq... I want to make traffic to port 80 , 443 , 25 & 110 PRIORITY 1 Traffic src or dest 192.168.0.2 to make priority 2 And the rest to put it in proiority 3.. I did the following : tc qdisc add dev eth0 root handle 1:
2012 Apr 19
1
combining large list of data.frames
It's normal for me to create a list of data.frames and then use do.call('rbind', list(...)) to create a single data.frame. However, I've noticed as the size of the list grows large, it is perhaps better to do this in chunks. As an example here's a list of 20,000 similar data.frames. # create list of data.frames dat <- vector("list", 20000) for(i in
2003 Oct 28
2
Another Segmentation Fault (Recording sound)
== Parsing '/etc/asterisk/adsi.conf': Found -- Accepting call from '890003' to '185' on channel 27, span 1 -- Executing Answer("Zap/27-1", "") in new stack -- Executing Record("Zap/27-1", "soundexampless:mp3") in new stack -- Playing 'beep' WARNING[360468]: File translate.c, Line 128
2003 Nov 07
2
Modem as a FXO
Can I use a modem and a soundcard as an fxo ? I've read in the documentation something , but how can I do that ? Regards Alex -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20031107/2c4e43ce/attachment.htm
2020 Nov 10
1
RFC: Combining Annotation Metadata and Remarks
> On Nov 9, 2020, at 19:27, Johannes Doerfert <johannesdoerfert at gmail.com> wrote: > On 11/9/20 5:09 AM, Florian Hahn wrote: >> >>> On Nov 6, 2020, at 17:32, Johannes Doerfert <johannesdoerfert at gmail.com <mailto:johannesdoerfert at gmail.com>> wrote: >>> >>> Cool! I really like the idea. I left a comment about metadata preservation
2010 Sep 06
1
combining collumns for data.frames
Hi This question is far less simple than the title suggests, please read carefully, thanks. I have 2 sets of data, both read into R >data1<-read.table ("1.txt", header=T, sep="\t") >data2<-read.table ("2.txt", header=T, sep="\t") >data1 Taxon stage1 stage2 stage3 stage4 T1 0 0 1 1 T2 0
2006 Mar 20
6
[OT maybe] netcafe firewall
Hi all, I appologise in advance if this is a little OT, but I am building a box that will serve as firewall and router for a small ''internet cafe / netcafe'' and am using CentOS... So here it is: What are the best tools to be used for keeping the potential script kiddies from ''harming the Internet'' :) ? I specifically want to be able to detect and prevent