Displaying 20 results from an estimated 30000 matches similar to: "how to ignore t.test error message"
2013 Jul 01
2
About Decode Streaming
Sorry, I am newbie.
Sample codes are from
https://github.com/oneman/libflac/tree/master/examples/cpp.
I used FLAC__stream_decoder_process_single function but it still gives
exception. Maybe I could not control read callback, you're right.
I will check it and write result in this thread.
Thanks for help.
2013/7/1 Martijn van Beurden <mvanb1 at gmail.com>
> I'll top-post this
2013 Jul 02
2
About Decode Streaming
Martijn,
I don't use any metadata when encoding and decoding. When I call
*FLAC__StreamDecoderStateString[FLAC__stream_decoder_get_state(m_decoder)] *
*
*
it returns
FLAC__STREAM_DECODER_SEARCH_FOR_METADATA
enum value. Is it an error ?
2013/7/2 Burak Or?un ?zkablan <borcunozkablan at gmail.com>
> Hi again,
>
> I can not solve problem. I want to mention my source code, so
2008 Mar 26
1
adjusted means and adjusted standard errors after ANOVA
I am trying to obtain adjusted means and standard errors for a three way
ANOVA
I have three effects, two continuous; fire frequency and annual
precipitation, and one categorical; soil type in an unbalanced design.
I am testing the effect of annual precipition (AP), soil type (ST), and fire
frequency (FF) on stem count (SCt)
My data table looks as such:
ST
FF
AP
SCt
3
Coy
2003 Dec 14
3
ignorepat
Hi
I have the following configuration at home one ZAPTEL interface connecting
to an FXO card and two SIP UAs connecting to asterisk locally. I have
configured extensions.conf such that dialing 9 on the SIP phones allows me to
dial an outbound number via the FXO interface . Works fine.
What's not working is that pressing 9 should causes either GS BT-100 phone
to reacquire a dialtone
2004 Jan 13
2
Voicepulse
I am having probelms connecting to voicepulse this morning. Is anybody else
having issues..
burak
2006 Jan 28
2
VOIP carriers and asterisk
Hi all,
I am new to asterisk and am looking for a voip provider that supports
asterisk. I am aware that their are several vendors to choose from. Any
opinions on the best one?
thanks
Burak Balasaygun
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060128/0a97a302/attachment.htm
2013 Jul 01
3
About Decode Streaming
Hi,
I am developing an audio network system and using boost, OpenAL and FLAC
library in C/C++.
I can stream raw audio data over network but I want to encode audio before
streaming in current PC and decode after streaming in other PC because of
bandwidth limit.
I run your sample codes, encode.c and decode.c, about file encode / decode.
Then, I run
streaming encode / decode with two different
2014 Jul 18
2
subfolders in public mailboxes
Hello,
I added this to the configuration:
namespace {
type = public
separator = .
prefix = public.
location = maildir:/var/mail/public
subscriptions = no
list = yes
}
and I can list maildirs inside these folders correctly. however, I can't
see any subfolders.
The issue seems to be that /var/mail/public dir itself is interpreted as
a maildir directory.
However, what I'd
2013 Jul 02
3
About Decode Streaming
Yes, I have tried plain wav data with file and stream functions of decoder
and encoder. They work succesfully.
You're right about FLAC can't find the first block in stream, because I
didn't add any metadata in stream. The documentation of FLAC says that
metadata callback function is optional for stream function of decoder, so I
didn't need adding metadata.
Actually, I am sure
2013 May 30
1
Dovecot 2.2 build rpm on Centos6
> -----Original Message-----
> From: dovecot-bounces at dovecot.org [mailto:dovecot-bounces at dovecot.org]
> On Behalf Of Burak G?RER
> Sent: Thursday, May 30, 2013 10:34 AM
> To: Nikolaos Milas
> Cc: Dovecot Mailing List
> Subject: Re: [Dovecot] Dovecot 2.2 build rpm on Centos6
>
> On 27-05-2013 16:56, Nikolaos Milas wrote:
> > On 27/5/2013 1:07 ??, Birta
2013 Jul 02
0
About Decode Streaming
Hi again,
I can not solve problem. I want to mention my source code, so you may
answer easily.
This is decoder init stream function.
*FLAC__stream_decoder_init_stream(m_decoder, decoderReadCallback, NULL,
NULL, NULL, NULL, decoderWriteCallback, NULL, decoderErrorCallback,
input_pile_array);*
*
*
Then, callbacks
*
*
/// \brief read callback function of decoder
FLAC__StreamDecoderReadStatus
2012 Nov 14
2
auth attempts errors
i have install 2.1.1 and configured
in dovecot log this error is coming every 20 seconds:
dovecot: imap-login: Disconnected (no auth attempts in 0 secs): rip=**********, lip=**********, TLS handshaking: SSL_accept() syscall failed: Connection reset by peer
and this error every 2 seconds:
dovecot: imap-login: Disconnected (no auth attempts in 0 secs):
rip=**********, lip=**********
what can
2017 Oct 10
5
Flame war police
Hiya everyone,
Is there a way to disable a thread that has degenerated into flaming? The
recent "discussion" on /var/run descended into some quite nasty places and
perhaps a lid should have been put on it. This seems to happen every few
weeks and is somewhat embarrassing when I'm trying to persuade people of
the "active and friendly Centos community"
It was a shame that
2013 Jul 01
0
About Decode Streaming
I'll top-post this one because it wasn't sent to the mailinglist but to
me. Please reply to list next time.
I assume you mean the main.c files in the encode and decode directory
under examples. I can't really determine the root cause of your problem
with this information, but I think you're trying to feed the decoder
blocks that are incomplete. The LOST SYNC error is usually
2015 Oct 13
3
RFC: Introducing an LLVM Community Code of Conduct
> > As long as the committee remains unimportant, things will be fine.
> > As soon as the committee becomes important, the LLVM project has already
> > degenerated into a snake pit, and is likely to fork anyway.
>
> This sounds like an oxymoron, as if this policy only makes sense if
> the non-representative foundation never tries to enforce it in a way
> that the
2009 Jul 11
2
offeride :limit named_scope default_scope
Hi,
Rails 2.3.2
class TestD < ActiveRecord::Base
default_scope :limit => 12
named_scope :limit, lambda { |num| { :limit => num} }
end
ruby script/console
>> TestD.all
TestD Load (0.7ms) SELECT * FROM "test_ds" LIMIT 12
=> []
>> TestD.limit(14)
TestD Load (0.3ms) SELECT * FROM "test_ds" LIMIT 12
=> []
Any ideas why the default limit
2012 Jan 17
8
[RFC][PATCH 1/2] Btrfs: try to allocate new chunks with degenerated profile
If there is no free space, the free space allocator will try to get space from
the block group with the degenerated profile. For example, if there is no free
space in the RAID1 block groups, the allocator will try to allocate space from
the DUP block groups. And besides that, the space reservation has the similar
behaviour: if there is no enough space in the space cache to reserve, it will
reserve
2015 Oct 13
3
RFC: Introducing an LLVM Community Code of Conduct
Am 13.10.2015 um 12:52 schrieb Renato Golin via llvm-dev:
> On 13 October 2015 at 02:42, Chandler Carruth via llvm-dev
> <llvm-dev at lists.llvm.org> wrote:
>> On behalf of the board of the LLVM Foundation, I’d like to start the process
>> of introducing a formal code of conduct for the community.
>
> Hi Chandler,
>
> I agree we need such guidelines, and I truly
2014 May 02
2
[LLVMdev] An unexpected behavior in RegionInfo's block_iterator
Hi Fellows,
I notice an unexpected behavior in RegionInfo's block_iterator. Consider
the following situation: a user creates her own region containing just a
single basic block TheBB, then tries to have the block_iterator to print a
DFS traversal of the region. The expected behavior should be that only the
single basic block TheBB will be printed, but the real behavior is that
2009 Apr 05
1
logcheck doesn't ignore messages matched by egrep -f
Hello,
I have this message in syslog that I'd like to ignore:
===
Apr 5 15:31:37 server77 upnpd[11728]: TimerThreadRemove failed!
===
I use these rules to ignore it in a file located in ignore.d.server
(which contains some other rules which work):
===
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ upnpd\[[0-9]+\]:
TimerThreadRemove failed!$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+