similar to: FLAC__FrameHeader's blocksize element

Displaying 20 results from an estimated 500 matches similar to: "FLAC__FrameHeader's blocksize element"

2007 Sep 01
1
A102d sangoma's card and ztdummy
Hi: I want to have conference call service and I use A102d sangoma's card.Do I should install ztdummy or app-conference? Best regards. --------------------------------- Yahoo! oneSearch: Finally, mobile search that gives answers, not web links. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Sep 06
2
FLAC: multiple core support
hi has the flac encoder multi-core support (so I mean using 2 or more cpu's simultaneously to encode 1 track at the time, not encoding 2 or more tracks in parallel )? And if yes, how to enable this? thx
2007 Sep 26
1
--keep-foreign-metadata question
On 9/26/07, Josh Coalson <xflac@yahoo.com> wrote: > --- Martin Leese <martin.leese@stanfordalumni.org> wrote: ... > > Where can I find more detail on what is a > > "non-audio" RIFF chunk? > > it is any riff chunk that is not "fmt " or "data" > > > Ambisonic ".amb" files are WAVE-EX files with > > a
2007 Sep 01
2
Re: 1.2.0: Test suite failures on LP64 archs?
Christian Weisgerber <naddy@mips.inka.de> wrote: > #0 0x0000000040d18810 in FLAC__lpc_compute_residual_from_qlp_coefficients_wide > (data=0x49e4c014, data_len=110, qlp_coeff=0x7f7ffffece70, order=1, > lp_quantization=14, residual=0x4fced000) at lpc.c:745 > 745 residual[i] = > data[i] - (FLAC__int32)((qlp_coeff[0] *
2007 Jul 26
2
Re: FLAC: ERROR, MD5 signature mismatch
--- Harry Sack <tranzedude@gmail.com> wrote: > 2007/7/25, Josh Coalson <xflac@yahoo.com>: > > > > --- Harry Sack <tranzedude@gmail.com> wrote: > > > 2007/7/25, Harry Sack <tranzedude@gmail.com>: > > > > > > > > Hi > > > > > > > > I have downloaded a FLAC file somewhere and when trying to > decode
2007 Sep 06
7
SIP Debugging to separate log file
Hello, I'm working with our SIP provider to nail down some call quality issues we're having, and they've asked me to provide SIP debug log files from our asterisk server. Is there a way to make asterisk 1.4 output only SIP debugging to a specific log file? Or it is best just to use tcpdump? Thank you! -- Jason Martin Metrix Matrix, Inc. 785 Elmgrove Road, Building 1, Rochester, NY
2007 Sep 25
9
Asterisk Redundancy
Hi All, I'm interested in how people are "clustering" Asterisk, if that's possible, or how you might be achieving a redundant solution. I've a single Asterisk server driving the company. Its well backed-up, and I've a cloned machine that (in theory) with a DNS change could take over operations. However I'd like to achieve something more automated if possible. I
2014 Jun 26
1
Lets work towards a new version
Martijn van Beurden wrote: > Like I reported just before the release of 1.3.0 (mail of Fri, > 05 Apr 2013 08:25:10 +0200, to be specific), compiling on > Raspbian (Debian Wheezy, GCC 4.6) returns quite some warnings of > the type -Wcast-align. What happens if you change the definitions of s8buffer[] and ucbuffer_[] arrays as follows: static __attribute__((__aligned__(4))) FLAC__int8
2007 Sep 04
11
stop log/debug messages into /var/log/messages
Hello good ppl, Any way of stopping asterisk writing into syslogs or any other file, if I set verbose 6 on the console? All I want is the verbose output only on the console, nowhere else. My logger.conf says : console=> notice,error ;messages => notice,warning,error Thanks in advance. - Benjamin Jacob. EMAIL DISCLAIMER : This email and any files transmitted with it are confidential
2014 Jun 29
6
FIxed rest of cast-align warnings
Hi all, In commit 3eb4094b859 I think I have fixed all the cast-align warnings. I have tested this in amd64/Linux (little endian) and powerpc64/Linux (big endian) and it passed all tests (including the new MD5 tests). I also did a little performance testing on amd64/Linux with a one hour long stereo WAV file and could not find any mesasurable difference between the old and the new code. I
2014 Jun 30
1
FIxed rest of cast-align warnings
lvqcl wrote: > Erik de Castro Lopo wrote: > > >> FLAC__int16 s16buffer[FLAC__MAX_BLOCK_SIZE * FLAC__MAX_CHANNELS * sizeof(FLAC__int32)/sizeof(FLAC__int16)]; > >> > >> instead of > >> > >> FLAC__int16 s16buffer[FLAC__MAX_BLOCK_SIZE * FLAC__MAX_CHANNELS * sizeof(FLAC__int16)]; > > > > Really? Would you also write this? : > > >
2007 Jun 07
0
voice activated recording
Hi, I don't think Asterisk can do this yet but I was wondering if one could start and stop voice recording on demand (but via voice commands). Our situation: some users would need to initiate a call to a special extension/context dedicated to voice recording. This can be done easily. However, once the call is established, the users can't use their hands but they would need to at least
2007 Sep 23
0
Possible problem with "managing software with yum" documentation.
Howdy, I'm reading your managing software with yum document and wanted to point out that there could be a problem with the examples that show 'su -c" some command"'. Su without the "-" or "- root" (e.g., "su -" or "su - root") will allow current environment settings to be inherited by the new root shell. This could lead to disaster
2007 Jul 27
1
Re: FLAC: ERROR, MD5 signature mismatch
--- Harry Sack <tranzedude@gmail.com> wrote: > 2007/7/27, Josh Coalson <xflac@yahoo.com>: > > > > > > > But how is it possible then the FLAC encoder allows files which > have > > > a bad > > > resulting MD5 to be encoded? Is it because of the bad ram, ... > this > > > incorrect MD5 is not detected during encoding? > > >
2004 Sep 10
2
better seeking
When I was trying to find yesterday's xmms-plugin bug, i have noticed that seeking in stream without seek-table isn't very good. With attached patch it is much better. -- Miroslav Lichvar -------------- next part -------------- --- src/libFLAC/seekable_stream_decoder.c.orig 2003-02-26 19:41:51.000000000 +0100 +++ src/libFLAC/seekable_stream_decoder.c 2003-07-09 23:49:35.000000000 +0200
2004 Sep 10
2
Using libFLAC++
samples in FLAC are always signed. they must be signed going into the encoder (flac converts unsigned samples to signed) and they come out of the decoder signed. Josh --- David Bishop <tech@bishop.dhs.org> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Followup to original question: how do I determine if a particular > flac file is > signed (and then, if
2004 Sep 10
2
getting framesize in client
On Fri, Nov 08, 2002 at 07:12:35PM -0800, Josh Coalson wrote: > Yeah, it's useful, so now there is a > FLAC__seekable_stream_decoder_get_decode_position() and > FLAC__file_decoder_get_decode_position(). I haven't documented > them yet but you can see an example in > src/metaflac/operations_shorthand_seektable.c where I use it > during seektable creation. Ok, here is
2004 Sep 10
0
Using libFLAC++
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 [meta: Thanks, Josh, for clearing that up] Continuing my quest to make everyone think I'm an idiot, could someone explain the following code to me? I.e., what the two for loops are accomplishing, and what, *exactly*, is in s16buffer when it's done. Assume I want to write a .wav file from this decoded flac*. Is it already in approximately
2004 Sep 10
0
better seeking
And here is another one. It allows fast seeking in streams without total_samples information. There is a check for such streams in flac, so flac --skip doesn't work. If the check is removed, it will work with --force-raw-format only, there is an issue with wav and aiff header handling. -- Miroslav Lichvar -------------- next part -------------- ---
2005 Feb 26
1
[LLVMdev] SparcV9 casa instruction
>From: Misha Brukman <brukman at uiuc.edu> >On Fri, Feb 25, 2005 at 04:33:34PM -0600, Brent Monroe wrote: >> I need to implement the compare and swap instruction in the >> Sparc backend. It has the form: >> >> casa [reg]imm, reg, reg >If you look in the instruction manual, each instruction has a >"format" which is F1, F2, F3 or F4, so your