search for: homenko

Displaying 7 results from an estimated 7 matches for "homenko".

Did you mean: khomenko
2007 Jul 31
2
Outdated information in Speex Manual
The section that establishes the MIME type is stating audio/x-speex. Per the MIME Types and File Extensions it should be audio/ogg. If the change will be made, there's no need to put it as audio/x-ogg as the IETF values MIME types already in use. -Ivo
2007 Aug 01
2
math_approx.c
Oleg Homenko a ?crit : > Hi, > I started to optimize math_approx fixed point functions to ARM CPU. And > found out that approximations are not Taylor series, That's right. for example: > spx_exp2(x) = D0 + D1*x + D2*x^2 +D3*x^3, > where D0 = 1, D1 = log(2), D2 = (log(2))^2 / 2, D3 = (log(2...
2007 Aug 20
0
libspeex stopped to work
Hi Oleg, Turns out the problem was only triggered with DTX on. I just committed a fix in svn/git. Let me know if it works for you now. Thanks again for reporting the bug. Jean-Marc Oleg Homenko a ?crit : > Hi Jean-Marc >>> I tested it on Windows Mobile 5.0 PocketPC platform with several >>> different applications (duplex voice >>> capturing/encoding/decoding/playback). >>> If I use any recent libspeex version >=13186, application exits in 2-3 >...
2007 Dec 19
0
Fwd: math_approx.asm
...To avoid conflict functions in math_approx.h should be wrapped by OVERRIDE_FUNC_NAME defines, then it will be easy to conditionally turn default implementations on and off. This is done so for all asm-optimized functions in other places of Speex. ---------- Forwarded message ---------- From: Oleg Homenko <brox42@gmail.com> Date: Dec 19, 2007 5:58 PM Subject: math_approx.asm To: Alexander Chemeris <Alexander.Chemeris@sipez.com> Hi, Looks like something happened to my subscription to maillist, so I'm in readonly mode... Can U please post that file? Keep in mind that function names...
2007 Aug 20
3
libspeex stopped to work
Jean-Marc Valin wrote on 8/20/2007 3:48 PM: > Hi Oleg, > > Turns out the problem was only triggered with DTX on. I just committed a > fix in svn/git. Let me know if it works for you now. > > Thanks again for reporting the bug. > > Jean-Marc > Thank you, problem is gone now! Oleg PS. I just finished math_approx.asm (speed optimized version for ARM). The code can be
2007 Aug 20
2
libspeex stopped to work
Hi Jean-Marc >> I tested it on Windows Mobile 5.0 PocketPC platform with several >> different applications (duplex voice capturing/encoding/decoding/playback). >> If I use any recent libspeex version >=13186, application exits in 2-3 >> seconds after I stop to talk :(. >> > by exit, you mean segfault (or whatever the Windows equivalent is), a > division
2007 Aug 20
2
libspeex stopped to work
I discovered that starting from svn commit 13186, liibspeex does not work anymore. Version 13178 and earlier works ok. Revision: 13186 Author: jm Date: 0:16:56, 25 June 2007 Message: Tuned the vocoder gains and prevented the ol_gain from being reduced by the encoder for voiced segments. ---- Modified : /trunk/speex/libspeex/nb_celp.c I tested it on Windows Mobile 5.0 PocketPC platform with