search for: node12

Displaying 17 results from an estimated 17 matches for "node12".

Did you mean: node1
2012 Feb 09
2
Puppet master can not find file_metadata for my puppet module
..../manifests: total 16 -rw-r--r-- 1 puppet puppet 740 Feb 9 13:24 config.pp -rw-r--r-- 1 puppet puppet 80 Jan 12 17:25 init.pp -rw-r--r-- 1 puppet puppet 2809 Feb 9 12:18 install.pp -rw-r--r-- 1 puppet puppet 2793 Jan 12 17:03 save.orig Here is the debug output from my puppet agent run [root@node12 ~]# puppet agent --debug --test debug: Failed to load library ''shadow'' for feature ''libshadow'' debug: Puppet::Type::User::ProviderPw: file pw does not exist debug: Puppet::Type::User::ProviderDirectoryservice: file /usr/bin/ dscl does not exist debug: Puppet::Typ...
2018 Apr 10
0
glusterfs disperse volume input output error
...ation and status of volume is: # gluster volume info vol1 Volume Name: vol1 Type: Disperse Volume ID: a7d52933-fccc-4b07-9c3b-5b92f398aa79 Status: Started Snapshot Count: 0 Number of Bricks: 1 x (13 + 2) = 15 Transport-type: tcp Bricks: Brick1: glfs-node11.local:/data1/bricks/brick1 Brick2: glfs-node12.local:/data1/bricks/brick1 Brick3: glfs-node13.local:/data1/bricks/brick1 Brick4: glfs-node14.local:/data1/bricks/brick1 Brick5: glfs-node15.local:/data1/bricks/brick1 Brick6: glfs-node16.local:/data1/bricks/brick1 Brick7: glfs-node17.local:/data1/bricks/brick1 Brick8: glfs-node18.local:/data1/bric...
2005 Sep 06
1
speex-problem
Witam! I have a question about speex. how to prepare wave file to use with sample code that is on your site: http://www.speex.org/manual2/node12.html . If u can please answer me soon. -- Pozdrawiam Marcin Sliwa mailto:marcin_sl@wp.pl
2006 Jun 10
1
[PATCH] bug in sample code sampledec.c
Hi there is a small bug in the sample code 'sampledec.c' here: http://www.speex.org/manual2/node12.html#SECTION000121000000000000000 it is trying to destroy the encoder of the "decoder" state, this patch should fix it: Index: doc/sampledec.c =================================================================== --- doc/sampledec.c (revision 11555) +++ doc/sampledec.c (working c...
2005 Nov 28
1
nodebytes,leafwords
hello all, we are developing and porting vorbis1decoder on a 24 bit platform. in the process we came across somedoubts about node bytes and leaf words. from the specification we got that we are arranging the huffman codeword tree into an array. the nodebytes are the number of bytes that are required to represent a node and leafwords are the no. of bytes required to represent the leaf i.e the
2005 Dec 09
0
RE: nodebytes and leafwords
...;f2> 1"]; node8[label = "<f0> 0 | <f1> | <f2> 1"]; node9 [shape = ellipse, label = "3"]; node8:f0 -> node9; node10[label = "<f0> 0 | <f1> | <f2> 1"]; node11 [shape = ellipse, label = "5"]; node10:f0 -> node11; node12 [shape = ellipse, label = "7"]; node10:f2 -> node12; node8:f2 -> node10:f1 node7:f0 -> node8:f1 node13 [shape = ellipse, label = "6"]; node7:f2 -> node13; node6:f0 -> node7:f1 node14 [shape = ellipse, label = "4"]; node6:f2 -> node14; node4:f2 -> n...
2005 Aug 08
3
Reg. getting codewords from codelengths
Hi, I am a bit confused on how code-words are derived from the codeword lengths. I will appreciate if someone can point me in the correct direction. I will take the example of an actual codebook that i found in a valid vorbis encoded file as shown below. [SK] +------Codebook [0] -------- [SK] Codebook Dimensions = 1 [SK] Codebook Entries = 8 [SK] Unordered [SK] 1, 6, 3, 7, 2, 5, 4, 7, [SK] NO
2004 Aug 06
1
Audio Transmit, speex
Hi, I am transmitting audio over the network by creating an RTP session for each media track. I am using the GSM media format. I'm still having a delay in the transmit if the receivers end is a slow network. Hence i am looking forward to use speex codec to compress the audio further before transmitting. Is there is any one who as implemented it? If so, please send me an example code so
2012 Jul 19
1
duplicate domain ids!?
...running 7 node6 running 8 node7 running 9 node8 running 10 node9 running 11 node10 running 12 node11 running 13 node12 running 14 node13 running 15 node14 running 15 node14 running 16 node16 running node15 is up and running, can ssh into it. virt manager only lists 15 guests (ie,...
2010 Jan 31
2
[LLVMdev] Crash in PBQP register allocator
...]" ] node7 [ label="7: [ 7.500000e-02, 0.000000e+00 ]" ] node8 [ label="8: [ inf, 0.000000e+00 ]" ] node9 [ label="9: [ inf, 0.000000e+00 ]" ] node10 [ label="10: [ inf, 0.000000e+00 ]" ] node11 [ label="11: [ inf, 0.000000e+00 ]" ] node12 [ label="12: [ 3.750000e-01, 0.000000e+00 ]" ] edge [ len=13 ] node0 -- node1 [ label="[ 0.000000e+00, 0.000000e+00 ]\n[ 0.000000e+00, inf ]\n" ] node0 -- node2 [ label="[ 0.000000e+00, 0.000000e+00 ]\n[ 0.000000e+00, inf ]\n" ] node0 -- node3 [ label="[ 0...
2004 Aug 06
2
Please 30 second to look a my code
Hi i'm developing a sort of VoIP application for my ipaq using speex... I'm still at beginning and i have many problems encoding and decoding my wav files....output is only noise! Why? I'm using Libspeex 1.1.3, Embedded VisualC++ 3.0, Ipaq 3850(206 MHz Intel® Strong ARM 32-bit RISC Processor) PocketPC 2002 (Windows CE 3.0). Libspeex is complied with the definition of
2004 Aug 06
0
Please 30 second to look a my code
Well, you seem to be using FRAME_SIZE but only defining frame_size. Otherwise, the code looks OK, but it's always hard to tell. I suggest you start from speexenc/speexdec or from the example I wrote in the manual at: http://www.speex.org/manual/node12.html Jean-Marc Le ven 19/12/2003 à 05:22, Fabio a écrit : > Hi > i'm developing a sort of VoIP application > for my ipaq using speex... > I'm still at beginning and i have many problems encoding and decoding > my > wav files....output is only noise! Why? >...
2006 Jun 22
2
How to get audio data from microphone on pocketPC ?
Hi, My name is Patrick, i am french, and i am developping a softphone for pocket PC using speex. Sorry in advance for my bad english. So i have make an GUI in C# that use the speex functions through dll write in C++. And the encoding and the decoding using speex seems to work not too badly.(i test with a wave file) My problem is that i need to get audio data from the microphone. In order to do
2010 Feb 01
0
[LLVMdev] Crash in PBQP register allocator
...="7: [ 7.500000e-02, 0.000000e+00 ]" ] > node8 [ label="8: [ inf, 0.000000e+00 ]" ] > node9 [ label="9: [ inf, 0.000000e+00 ]" ] > node10 [ label="10: [ inf, 0.000000e+00 ]" ] > node11 [ label="11: [ inf, 0.000000e+00 ]" ] > node12 [ label="12: [ 3.750000e-01, 0.000000e+00 ]" ] > edge [ len=13 ] > node0 -- node1 [ label="[ 0.000000e+00, 0.000000e+00 ]\n[ > 0.000000e+00, inf ]\n" ] > node0 -- node2 [ label="[ 0.000000e+00, 0.000000e+00 ]\n[ > 0.000000e+00, inf ]\n" ] > no...
2006 Jun 23
1
How to get audio data from microphone on pocketPC ?
...peex.dll which work, and i can encode and decode a wav file. (i used male.wav on speex.org for my test). But my dll is specific to my softphone. In fact i just include speex.h and i call speex functions for [en;de]coding. My code is based on speex website's sample : http://www.speex.org/manual2/node12.html Basically, In my GUI in C#, i import the functions i wrote in my dll and in my dll, i call the speex's functions. For creating C++ dll for ppc, you'll maybe need this link : http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnppcgen/html/device_debug_vs2005.asp in you...
2010 Jan 28
0
[LLVMdev] Crash in PBQP register allocator
Hi Lang, I'm surprised about the fact that you omit R1/R2 reductions in some cases. Can you give a more detailed description of the bug (e.g. a PBQP dump)? Best regards, Sebastian Lang Hames wrote: > Hi Sachin, llvm-dev, > > I've just committed a new PBQP solver which, among other things, > should take care of this bug. > > Please let me know how it works out for you.
2010 Jan 26
3
[LLVMdev] Crash in PBQP register allocator
Hi Sachin, llvm-dev, I've just committed a new PBQP solver which, among other things, should take care of this bug. Please let me know how it works out for you. Cheers, Lang. On Tue, Dec 15, 2009 at 5:54 PM, Lang Hames <lhames at gmail.com> wrote: > Hi Sachin, > > Yes. Bernhard Scholz and I have just discussed a fix for this. I hope to > commit it in the next few days. I