search for: romashenko

Displaying 5 results from an estimated 5 matches for "romashenko".

2011 Dec 07
2
回复: 回复: (no subject)
On Dec 7, 2011, at 0:00 , Denis Romashenko wrote: > I'll try to explain. I want to create dll with only one function > "Encode" > that will encode file to speex format. In my application I will use > this > function from 16 threads, if it will work correct? Surely that depends on the implementation of you...
2011 Dec 07
0
回复: 回复: (no subject)
...oid* st; SpeexBits bits; ..... st = speex_encoder_init(mode); ..... speex_encode_int(st, input, &bits); ..... speex_bits_destroy(&bits); speex_encoder_destroy(st); } 2011/12/7 Steve Checkoway <s at pahtak.org> > > On Dec 7, 2011, at 0:00 , Denis Romashenko wrote: > > I'll try to explain. I want to create dll with only one function "Encode" >> that will encode file to speex format. In my application I will use this >> function from 16 threads, if it will work correct? >> > > > Surely that depends on the...
2011 Dec 06
2
回复: 回复: (no subject)
two thread send frames to only encoder at same time,two thread will use one buffer .it will work wrong if not Handling thread synchronization. if not use same state, it need more memory, but no need to consider thread safe. ------------------ ???? ------------------ ???: "Jean-Marc Valin"<jmvalin at jmvalin.ca>; ????: 2011?12?6?(???) ??3:24 ???:
2011 Dec 07
0
回复: 回复: (no subject)
...t; > Speex-dev at xiph.org > > http://lists.xiph.org/mailman/listinfo/speex-dev > > ** > > _______________________________________________ > Speex-dev mailing list > Speex-dev at xiph.org > http://lists.xiph.org/mailman/listinfo/speex-dev > > -- Regards denis.romashenko at retell.co.uk DDI (UK) +44(0)1932 773846 DDI (Il) +972(0)722451373 Mobile (Il) +972(0)545549366 Switchboard (UK) +44(0)1932 779755 Fax (UK) +44(0)1932 780383 Visit us at www.retellrecorders.co.uk Retell Ltd, 53 Thames Street, Sunbury on Thames, Middlesex, TW16 5QH England. Company VAT No. GB81911...
2011 Dec 07
1
回复: 回复: 回复: (no subject)
..._______________ > Speex-dev mailing list > Speex-dev at xiph.org > http://lists.xiph.org/mailman/listinfo/speex-dev _______________________________________________ Speex-dev mailing list Speex-dev at xiph.org http://lists.xiph.org/mailman/listinfo/speex-dev -- Regards denis.romashenko at retell.co.uk DDI (UK) +44(0)1932 773846 DDI (Il) +972(0)722451373 Mobile (Il) +972(0)545549366 Switchboard (UK) +44(0)1932 779755 Fax (UK) +44(0)1932 780383 Visit us at www.retellrecorders.co.uk Retell Ltd, 53 Thames Street, Sunbury on Thames, Middlesex, TW16 5QH England. Company VAT No. GB819...