similar to: Programming questions

Displaying 20 results from an estimated 900 matches similar to: "Programming questions"

2005 Jan 17
1
RE: Programming questions
>> you are better off using the vogg orbis codec. speex is meant >> specifically for telephonic voice. it takes a single human voice and >> compresses it well. it cannot handle muliple voices or music very well. >That part is true, so of course it depends on the application. I guess I >should have added that for most applications, 16 kHz is recommended >instead of 44.1
2005 Jan 17
2
Programming questions
Hi All, I am quite new to voice encoding and to Speex library. I have some programming questions that I am not able to answer even after having read the documentation (from the start to the end an from the end to the start) and by reading the sample code (provided in the documentation) and the speexdec.c and speexenc.c programs. I am currently working on an interface between Java code and
2004 Aug 06
4
Framesize for UWB vs. WB encoding
Hi there. I am having a little trouble understanding the frame sizes chosen by the codec. testenc_uwb.c from the speex-1.0 source distribution has a framesize of 640 hardcoded and makes use of this value exclusively. However, a mode query on the actual codec returns 320 as a framesize for this mode. int tmp; speex_mode_query(&speex_uwb_mode, SPEEX_MODE_FRAME_SIZE, &tmp);
2016 Jan 29
0
Validate Ids Multiple DC
If you add the "not" supported winbind options from the member also to the DCs, then you will have the same resulting uid on all servers. Official not supported, but works now for more then a year here. ( sernet samba 4.2.7 on debian wheezy ) This is my addition to the smb.conf on the DC. ## map id's outside to domain to tdb files. idmap config * : backend = tdb
2004 Aug 06
0
Framesize for UWB vs. WB encoding
Oops... You've just found a bug. Seems like you're the first one to use that call. Anyway, it's now fixed in CVS (both trunk and 1.0.x branch). Thanks for the bug report. Jean-Marc Le mar 03/06/2003 à 01:16, Christian Buchner a écrit : > Hi there. > > I am having a little trouble understanding the frame sizes chosen > by the codec. > > testenc_uwb.c from
2016 Jan 29
0
Validate Ids Multiple DC
Hello Carlos. Fist please post to the list, this way everybody can help. The ids like : 3000036 are i think from a samba DC with RID setup. If you want to login also on the DC with for example SSH. Add also the template lines. Fix the idmap. net getdomainsid net idmap delete ranges YOURDOMAIN_SID restart the DC. And check again. Greetz, Louis > -----Oorspronkelijk
2001 Jun 07
2
Orbis VS MP3
I'm hearing some people say/insist that Orbis takes up more CPU than MP3. Is this true and by how much? Thanks-Zeek --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed.
2008 Jan 25
2
How to get size of WB frame in bits/bytes?
Hi, Is there any way to determine frame size in bits or bytes of encoded frame in WB mode for given quality? That is I need to know how many bits encoded frame will occupy in RTP packet. I see SPEEX_SUBMODE_BITS_PER_FRAME request, but it works like this only for NB mode, and for WB mode it return size of WB "subframe" (?) only. -- Regards, Alexander Chemeris. SIPez LLC. SIP VoIP, IM
2016 Jan 29
2
Validate Ids Multiple DC
At first no, but I find it strange tere different ids... Please if you can have your sm.conf would help. Em 29-01-2016 13:10, L.P.H. van Belle escreveu: > Hello Carlos. > > Fist please post to the list, this way everybody can help. > > The ids like : 3000036 are i think from a samba DC with RID setup. > If you want to login also on the DC with for example SSH. > > Add
2006 Feb 07
3
Dinamic controller
Is it possible to make a Rails app respond to a "dinamic" controller? As I understand method_missing can be used inside a controller to respond to nonexisting methods, is it possible to provide a similar behavior at a controller level? I am not sure at whic level would this code be inserted... -- An?bal Rojas http://www.lacaraoscura.com/ anibalrojas@gmail.com
2003 Jan 20
1
Lyra or other portable devices
I was reading in the archives that people were looking into how to play ogg orbis on the Lyra. Did anything happen with that? I have a lyra, and I'm looking into buying another mp3 player soon-- if there is a way to play ogg vorbis on one of the ones I'm looking at, I'd really like to know. Ana <p><p>__________________________________________________ Do you Yahoo!?
2003 Jan 08
2
oot: reply-to
Hello, I'm just subcribe this list and it seems when replying to mail from this list, reply goes to sender instead of the list (whic is little bit annoying). is it by default or my mail client did not handle it properly? tks.
2016 Jan 29
7
Validate Ids Multiple DC
Hai Rowland. What you tried is ok, or im misunderstanding you. For me : All members give me. getent passwd myuser myuser:*:10002:10000::/home/users/myuser:/bin/bash id myuser uid=10002(myuser) gid=10000(domain users) the memberservers are or sernet samba 4.2.7 or debian samba 4.1.17 and on the DCs. ( only sernet samba 4.2.7 ) getent passwd myuser myuser:*:10002:10000:L.P.H. van
2010 May 13
3
Multiple plots; single x(y) labels
Hi All, Can anyone please help me with getting a single x and y-axis label while plotting muliple plots. Here is the code: par(mfcol=c(2,2)) plot(x <- sort(rnorm(7)), type = "s", main = "", ylab="", xlab="") plot(x <- sort(rnorm(27)), type = "s", main = "", ylab="", xlab="") plot(x <- sort(rnorm(47)), type =
2006 Aug 03
3
how do i build this? is the only way to use session, or can
i pass and save muliple paramters between different views with different models? what i am trying to do use instead of the user filling out forms to search my database, i just want them to click on links. the first link selects data from one table and then a different view of links will be displayed. the user will then click on a new link but i will need to also know what the user clicked
2001 Dec 03
2
Broken mail list web archive
Hi! The page http://www.xiph.org/archives/vorbis/masterindex.html links to http://www.xiph.org/archives/vorbis/date.html , whic gives a 404 error ( not found ). Just like last time ( begin of november ), when I reported it just like now. And I was ignored, just like now (?). -- David Balazic -------------- "Be excellent to each other." - Bill S. Preston, Esq., & "Ted"
2008 Feb 16
2
Determine number of 20ms frames in packet - without decoding
> Oh, you're right, inband handling is different, but it's a matter of one > flag, passed to functioin. Probably not that much to keep code DRY. Well, let's first merge your code and then we'll see about possible simplifications. >> frame: 20 ms encoding >> sub-frame: 5 ms encoding (internal) >> layer: one frame of nb or sb >> sb: sub-band >>
2003 Dec 26
1
Multiple dependent variables
Dear friends, I'm stuck with the following problem: I would like to do a multiple regression with muliple dependent variables, and i don't know how to write my formula in the model. Someone in previous messages offered the cbind method, but the result is just as many regression as the number of dependent variables, it is just a time saving method; i'm looking for a method closer to a
2000 Jul 06
3
The OGG Extension...
Me again... :) Despite all of the comments made in favor of the .OGG extension, I'm still going to have to side with the "different extension" camp. There are a number of reasons for this... First off... from where I'm sitting, it doesn't matter how much of a grey-area you get into, I can't think of a single scenario where you wouldn't be able to say that it was
2016 Feb 09
2
WG: After Upgrade to Samba-4.3.4
Hello again, no idea!? Both my DCs running now 4.3.4, but there is a strange behaviour, Ex.: First DC root at s4master wingroup]# id maurerp uid=90036(TPLK\maurerp) gid=100(users) Gruppen=100(users),3000048(TPLK\schreiben),3000038(TPLK\orbis),3000023(TPLK\ agfa),3000009(BUILTIN\users) Second DC [root at s4slave ~]# id maurerp uid=90036(TPLK\maurerp) gid=100(users)