search for: node13

Displaying 14 results from an estimated 14 matches for "node13".

Did you mean: node1
2011 Dec 08
4
Error 400 on SERVER: Could not write /var/lib/puppet/ssl/ca/requests/node13.pem
If anybody knows? plese tell me what is a reason of this problem, i`m novice with puppet and sorry for my english=) have error on client: [root@node13 ~]# [root@node13 ~]# puppet agent --server=head02 --test warning: peer certificate won''t be verified in this SSL session warning: peer certificate won''t be verified in this SSL session info: Creating a new SSL certificate request for node13 info: Certificate Request fingerprint (...
2018 Apr 10
0
glusterfs disperse volume input output error
...me 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/bricks/brick1 Brick9: glfs-node19.local:/data1/bric...
2010 Nov 05
2
herky-jerky audio
...he speexenc speexdec sources which encapsulate into an ogg stream. Once that worked we decided to get rid of the ogg encapsulator altogether and keep only the speex stream data since we were in charge of both encoding and decoding. The sample code at http://www.speex.org/docs/manual/speex-manual/node13.html is IMHO a lot easier than having to deal with all the ogg encapsulation if you don't need it. -Pascal
2010 Nov 09
3
herky-jerky audio
...gt;> ogg >> stream. Once that worked we decided to get rid of the ogg encapsulator >> altogether and keep only the speex stream data since we were in >> charge of >> both encoding and decoding. The sample code at >> http://www.speex.org/docs/manual/speex-manual/node13.html >> is IMHO a lot easier than having to deal with all the ogg >> encapsulation if >> you don't need it. >> >> -Pascal > > Thanks Pascal. > > I would actually love to do something like that, since I do control > both ends > of the transmissio...
2012 Jul 19
1
duplicate domain ids!?
...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, doesn't show the duplicate domid) # vir...
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
...ot;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 -> node6:f1 node2:f2 -> node4:f1 node0:f2 -> node2:f1 } ------------------------------ _______________________________...
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
2007 Aug 03
0
strange encode/decode results on C54x
...as > hoping you could tell me that I set it up improperly, which you did. > you didn't have to be a dick about it. You mean you didn't find it at http://www.speex.org/docs/manual/speex-manual/node7.html#SECTION00710000000000000000 nor at http://www.speex.org/docs/manual/speex-manual/node13.html#SECTION001310000000000000000 ? Not to mention that normally "initialise" is something you tend to only do once for an object. Also, I'm pretty sure if you reset the state of your G729A (or even iLBC, believe it or not) encoder/decoder, you'll get the same result. Jean-Marc
2010 Nov 05
0
herky-jerky audio
...sources which encapsulate into an ogg > stream. Once that worked we decided to get rid of the ogg encapsulator > altogether and keep only the speex stream data since we were in charge of > both encoding and decoding. The sample code at > http://www.speex.org/docs/manual/speex-manual/node13.html > is IMHO a lot easier than having to deal with all the ogg encapsulation if > you don't need it. > > -Pascal Thanks Pascal. I would actually love to do something like that, since I do control both ends of the transmission. However, I need to integrate my new code w/ existi...
2010 Nov 09
0
herky-jerky audio
...> stream. Once that worked we decided to get rid of the ogg encapsulator >>> altogether and keep only the speex stream data since we were in >>> charge of >>> both encoding and decoding. The sample code at >>> http://www.speex.org/docs/manual/speex-manual/node13.html >>> is IMHO a lot easier than having to deal with all the ogg >>> encapsulation if >>> you don't need it. >>> >>> -Pascal >> >> Thanks Pascal. >> >> I would actually love to do something like that, since I do control &g...
2007 Apr 24
0
Re: just noise
...e problem is that WAV files are little endian and I am on powerpc, so the sample byte order must be swapped. That still isn't the whole story, and I will explain how it's still not working, but first you need to update your example at: http://www.speex.org/docs/manual/speex-manual/ node13.html#SECTION000131000000000000000 To say something along the lines of "when using the example with WAV files on a big endian architecture like powerpc, you must swap the byte order of the samples with the following code:" //////////////////////////////////////// /* Define to 1 if yo...
2010 Nov 03
3
debugging static
I have a couple apps running on my machine; one takes a PCM audio stream, converts it to Speex, and sends it over the network using RTP. The other receives the RTP packets, and then converts the Speex data back to PCM. The PCM is then played out the audio system. I'm currently ending up w/ static. Anybody have any pointers as to how to debug the situation? Thanks. -- Jeff Ramin Software
2007 Apr 24
2
just noise
Hi, I tried both the stable and beta versions of the speex source code download on Mac OS 10.4.9. I just do: ./configure make sudo make install Then I added libspeex.a from /usr/local/lib and the headers to my xcode project. My app compiles and I'm able to call all of the speex functions. I copied the example code from the website and tweaked it to include the first 10000 bytes of