similar to: artefacts in Speex decoded signal

Displaying 20 results from an estimated 800 matches similar to: "artefacts in Speex decoded signal"

2004 Sep 29
1
ARM w/ assembly & fixed point crash
I've targeted Speex to run under eCos with Thumb interworking using arm-elf-gcc 3.3.3 I'd written a small test case to verifiy the operation: #include <speex/speex.h> void speex_test(void) { SpeexBits bits; unsigned int frame_size; void *enc_state; float *speex_frame; cyg_uint64 t1, t2; int i; speex_frame = (float *)0x00030000; /* Address of Speex data
2008 May 06
1
Wine 1.00 the AppDB and State of the Winehq website.
In looking forward to the release of wine 1.0 I have a question about "Browse Applications by Rating" http://appdb.winehq.org/browse_by_rating.php When adding test data you can only add reports on what looks like the last 6 releases? Eg wine versions 0.956 / 0.957 /0.958 /0.959 /0.960 /0.961 Do these stat's on "Browse Applications by Rating" report this? If not what does
2008 Apr 04
0
speexdec 1.2.3
Dear Jean-Marc and Peter: Thank you both very much for your time and advice. I did not realize that Lame MP3 code has a -r option (without reading its code). I have tried the suggested command lines verbatim with the added -r option, along with other combination of option settings. I could not figure out how to eliminate the distortion in the result, like voice turning either high or low
2013 May 09
1
Moving from Speex to Opus (question 2)
Hello! I was using Speex all the time, and I am now moving to Opus. I had encapsulated the decoder a bit, I had the following cpp file: #include "StdAfx.h" #include "spxcodec.h" #define MAX_FRAME_SIZE 2000 #define MAX_FRAME_BYTES 2000 CSpxCodec::CSpxCodec() : enh(1), rate(8000) { } CSpxCodec::~CSpxCodec() { } void CSpxCodec::Init() { speex_bits_init(&bits);
2005 Mar 22
1
[Off-Topic] Siemens!!!
>>Taddei Herve Com MD PD SWC 3 MCH 23 <herve.taddei@siemens.com><<< Wow!!! it seems that Siemens got an eye over speex ;-).... What other company is watching this closely at speex??? :-D just curious.... John Villar Gerente de Proyectos Computadores Flor Hard Soft 2058 C.A. www.florhard.com Taddei Herve Com MD PD SWC 3 MCH 23 wrote: >I will be back in the office on
2007 Apr 11
0
Problem with speex
Hello! I am downloaded last version of speex library and did compile DLL. But I am have not good sound : Please see my code (Delphi) and say me please WHat I am do not right. Or please send me correct compiled DLL and example of correct using SPEEX_MODEID_WB and SPEEX_MODEID_UWB , denoise, and other effects. How I can set MONO mode in decode? My Code: smpRt:=32000; n:=10; encbits:
2010 Jul 20
0
[SPAM] [BombData][alltestmode] Re: Speex Echo Cancellation
Anton A. Shpakovsky <saa <at> tomsksoft.com> writes: > > As for me - speex_echo_cancellation is a better choise. Try using it in > capture thread instead > of those speex_echo_capture and speex_echo_playback functions. > > And please, describe your problem in details. Cause the fact that you > "didn get echo cancellation" > doesn't mean you are
2010 Sep 04
0
How to generate integers from uniform distribution with
On 04-Sep-10 19:27:54, Yi wrote: > Enh, I see. > It totally makes sense. > Thank you for your perfect explanation. > Enjoy the long weekend~ > Yi You're welcome! Earlier I tried an experiment with rejection sampling, which seems to work well for the case where you want mean of the sampled values to exactly be the mean of the range being sampled from. The number of tries, even
2005 Oct 09
0
Fw: problem in encoder/decoder
-------Original Message------- From: Eid Date: 10/09/05 14:07:44 To: speex-dev@xiph.org Subject: problem in encoder/decoder hi all, I'm developing an app to broadcast voice over web. i tried to use speex and download ver 1.04 documentation and use it to develop encoding and decoding but after decoding voice is damaged i attach my encode/decode function. BOOL
2007 Aug 24
0
speex DTX chore
hi there, I am new to mailing list so excuse me if I don't obey to the 'netiquette'. i am writing voice chat and speex is in the root of it. i write it in Java and use JNI to link with 'C'-based Speex 1.2beta. [I know of JSpeex but there are not implemented some features] recently i decided to use DTX feature of speex as well. the code follows. The problem is that no matter
2015 Sep 24
4
Meet at MTV to discuss TSAN/android/aarch64?
Hi everyone. Thanks to everyone for taking the time to meet yesterday. I think it was very productive! I am writing to keep a "minutes" of the meet, as I remember them. Action Items: - Jasonk: split up bionic patch to explicitly replace CPP macros with actual calls, one file at a time. - Google/Android: pthread_barrier interface in bionic - *Enh*: 1 paragraph to explain
2010 Jul 20
1
[BombData][alltestmode] Re: [SPAM] [BombData][alltestmode] Re: Speex EchoCancellation
Well, I'm not a professional in AEC theory, but what I've mentioned is: speex_echo_state_init(20, 320*10) - frame size should correspond to 20ms. At your sampling rate (16000hz) is should be 16K*0.02 = 320. The same I can notice about echo tail. 100ms: 16000*0.3 = 4800, not 3200 as you has. But that's not crucial I think. Just wanna you get the point. "Internally,
2006 Dec 13
1
Drawing artefacts after suspend to ram
Hi, I'm bitten by a bug that is also in the Debian BTS, so I'm not sure you are aware of it. I couldn't find it in the fdo BTS. Anyway the problem is simple. After a successful suspend and resume all window decorations (the places where the shadow was supposed to be, but also the titlebars) are much to colorful (meaning it has some random colors in it). Moving the windows brings the
2018 Feb 20
0
[Bug 105173] With kernel >=4.15 nouveau - artefacts and freezes
https://bugs.freedesktop.org/show_bug.cgi?id=105173 Nick Lee <nvlbox at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact| |xorg-team at lists.x.org Component|General |Driver/nouveau Version|XOrg git
2002 Sep 17
2
Serious, inacceptable artefacts with Ogg Vorbis
Hello developers, I recently participated in a public listening test that was held by German magazine c't. They had two categories, 64 kbps and 128 kbps. I only participated in the 64 kbps test where there were 7 .wav files, with 1 of them the original one and the other 6 being encoded with different encoders. Without knowing which file was encoded with which encoder you had to give each
2010 Sep 20
3
[Bug 30286] New: Rendering Artefacts for "EffectFrames" with KWin trunk
https://bugs.freedesktop.org/show_bug.cgi?id=30286 Summary: Rendering Artefacts for "EffectFrames" with KWin trunk Product: Mesa Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/nouveau AssignedTo: nouveau at
2009 Nov 25
5
[Bug 25275] New: [NV30] Graphical artefacts on PPC64
http://bugs.freedesktop.org/show_bug.cgi?id=25275 Summary: [NV30] Graphical artefacts on PPC64 Product: xorg Version: 7.4 Platform: PowerPC OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org
2007 May 12
1
Area() artefacts??
Hello, everybody I run the following program, and depending on the size of eps I get different results. With eps=1e-05, the program calculates wrong values for x=65:67 and others. The program runs fine with eps=1e-07. Why is this so? Also, I am using area() instead of integrate() because I cannot make integrate to work, especially with imaginary numbers. Maybe someone can show me how to use
2010 Jan 15
8
[Bug 26057] New: Artefacts in kde 4
http://bugs.freedesktop.org/show_bug.cgi?id=26057 Summary: Artefacts in kde 4 Product: xorg Version: 7.4 Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org ReportedBy: alex.vizor at gmail.com
2015 Jul 06
10
[Bug 91247] New: Tomb Raider: Underworld renders lots of artefacts on models and objects
https://bugs.freedesktop.org/show_bug.cgi?id=91247 Bug ID: 91247 Summary: Tomb Raider: Underworld renders lots of artefacts on models and objects Product: Mesa Version: git Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: