search for: burak

Displaying 20 results from an estimated 25 matches for "burak".

2013 Jul 01
2
About Decode Streaming
...the decoding PC when a block > is finished, so the decoding process can be sure there is a full block in > the buffer. > > Oh, and you might take a look at the reading callback, maybe that one is > overreading the buffer? > > I hope that helps. > > > On 01-07-13 17:51, Burak Or?un ?zkablan wrote: > > Martijn, > > I encode a one second captured audio data in my PC and send it to other > PC as encoded. This is OK. > I want to decode data in other PC and play it but when I am decoding data > with decoder stream function, exception throws. > > &...
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 you may > answer easily. > > This is decoder init stream function. > > *FLAC__stream_decoder_init_stream(m_decoder, decoderReadCallback, NULL, &g...
2004 Dec 23
2
how to ignore t.test error message
Hello, I was wondering if there is a way to ignore the error message you get when some of the data means you compare are constant in some lines of your data frame. I'd like to go ahead with t.test and get the calculated p-values anyway in such a case. Thanks -burak
2013 Jul 01
3
About Decode Streaming
...t when I use streaming encode / decode over network in real-time, code throws LOST_SYNC exception and only reading callback runs not writing callback after exception. How can I solve sync problem over network? Is it possible over network or does FLAC stream with file? Best Regards, Orcun. -- Burak Or?un ?ZKABLAN Computer Science Engineer Mobile : 0 541 302 18 78 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/flac-dev/attachments/20130701/d4f69d3d/attachment.htm
2013 Jul 02
0
About Decode Streaming
..._array, buffer, input_pile_size);* * input_pile_size = 0;* * * * * * return FLAC__STREAM_DECODER_READ_STATUS_CONTINUE;* *}* * * *return FLAC__STREAM_DECODER_READ_STATUS_ABORT;* * * and I wait for calling write callback but program throws LOST_SYNC exception. I don't know what causes. 2013/7/1 Burak Or?un ?zkablan <borcunozkablan at gmail.com> > 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 c...
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
2004 Jan 13
2
Voicepulse
I am having probelms connecting to voicepulse this morning. Is anybody else having issues.. burak
2008 Mar 26
1
adjusted means and adjusted standard errors after ANOVA
...ent my data so that it shows the significance of the p value for FF after the variability of AP and ST have been taken out, so I will need R to output the adjusted means and standard errors. This I do not know how to do. What is the easiest way to do this in R from this analysis? Kind regards, Burak Pekin Burak Pekin Ecosystem Research Group School of Plant Biology (M090) University of Western Australia 35 Stirling Highway Crawley, WA 6009 Australia Ph: +61 08 6488 7923 Fax: +61 08 6488 1001 [[alternative HTML version deleted]]
2013 Jul 01
0
About Decode Streaming
...ll block size or let the encoding PC signal the decoding PC when a block is finished, so the decoding process can be sure there is a full block in the buffer. Oh, and you might take a look at the reading callback, maybe that one is overreading the buffer? I hope that helps. On 01-07-13 17:51, Burak Or?un ?zkablan wrote: > Martijn, > > I encode a one second captured audio data in my PC and send it to > other PC as encoded. This is OK. > I want to decode data in other PC and play it but when I am decoding > data with decoder stream function, exception throws. > > >...
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
2003 Dec 14
3
ignorepat
...aling 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 since I have placed ignorepat => 9 in the config file. Any ideas? rgds burak
2014 Jul 18
2
subfolders in public mailboxes
...at /var/mail/public dir itself is interpreted as a maildir directory. However, what I'd like to do is to have a bunch of directories inside /var/mail/public and treat them as separate maildirs. (I'd like to use this to make a few existing mailboxes public) is this possible? Best regards, Burak
2013 Jul 02
3
About Decode Streaming
...ved all data has transmitted at every time. I suspend that sync problem occurs from network latency. Do you have any idea about this? If read callback may sleep or process more than excepted time, does sync lost? 2013/7/2 Martijn van Beurden <mvanb1 at gmail.com> > On 02-07-13 11:01, Burak Or?un ?zkablan wrote: > > 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...
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 Levente wrote: > > > >> I tr...
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
2013 Jul 02
0
About Decode Streaming
On 02-07-13 11:01, Burak Or?un ?zkablan wrote: > 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 a...
2013 Jul 02
2
About Decode Streaming
Thank you so much for polite help Martijn. Allison, My read callback function is just ; * /// \brief read callback function of decoder* * FLAC__StreamDecoderReadStatus decoderReadCallback( const FLAC__StreamDecoder *decoder, FLAC__byte buffer[], size_t *bytes, void *callback_param)* * {* * // mutex lock* * m_mutex.lock();* * * * // copy buffer array to m_pile_array* * if(input_pile_size > 0)
2003 Dec 13
1
VoiceMail Password problems
...I see some of the digits I entered for my passwd are repeated. For example if I enter password 4321#. The console shows "Incorrect Password '4433211' for user '2000' (context =<any>)" Any ideas why the digits enterd for the password are being repeated?? rgds burak
2001 Sep 21
0
Turkish character support?
...haracter support. We choose the codepages in kernel config (default nls option=iso-8859 & cp=587) and rebuild it, but things never change. Is there any opportunity for support these codepages for now and is there anything for us to make it easier for you to develop characters? Yours sincerely, Burak Bingollu Web Designer -------------- next part -------------- HTML attachment scrubbed and removed
2009 May 29
1
assert method is not visible?
Hi, test "is_admin method is not visible" do get :is_admin assert_??? end is_admin is protected and should stay that way forever. What assertion do I use? M. -- Posted via http://www.ruby-forum.com/.