similar to: Wine 1.00 the AppDB and State of the Winehq website.

Displaying 20 results from an estimated 700 matches similar to: "Wine 1.00 the AppDB and State of the Winehq website."

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
2010 Jul 23
0
Updated list of games with both Gamerankings.com and Appdb.winehq.org scores
Ever wish you could see which *good* games work on Wine? Here's my try at making a simple page which lets you see that at a glance. http://kegel.com/wine/games.html lists the top 50 or so games from each of the last dozen years. http://kegel.com/wine/games-2010.html is the same thing, but just for the first half of 2010. Clicking on a column sorts by that column. Changes since when I first
2010 Apr 10
3
Multilanguage WineHQ & AppDB?
I think it would be interesting to add multilanguage support to the entire site (spanish is my home language and only the front page appears translated). For example, the entries and forms for test data in the AppDB could be displayed in the language of each user, so anyone else could understand. This would increase the user base of Wine, as many non-English speakers could understand the entries
2008 Oct 21
3
Bugzilla comment
too many UNCO bugs are listed for wine < 1.0 . I suggest purging or archiving the really old ones since they must have been fixed or no-one cares for them atm. Either way they're too confusing!
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);
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
2013 Mar 12
2
problema con el paquete rgl
Estimados usuarios de R: escribo porque tengo un problema con el paquete rgl que no puedo resolver desde hace un tiempo mi sessionInfo es. sessionInfo() R version 2.15.3 (2013-03-01) Platform: i686-pc-linux-gnu (32-bit) el problema especĂ­fico es el siguiente: library(rgl) > demo(rgl) demo(rgl) ---- ~~~ Type <Return> to start : >
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,
2013 Jan 08
0
[LLVMdev] ARM failures
On Tue, Jan 8, 2013 at 5:04 AM, Renato Golin <renato.golin at linaro.org> wrote: > The following failures are consistent on buildbot (and my local box). > > The Clang one I think it's assuming an Intel box, the other two look like > the FileCheck are not good enough. > > http://lab.llvm.org:8011/builders/clang-native-arm-cortex-a9/builds/4305 > > Clang ::
2012 Mar 19
1
[LLVMdev] [patch] Enhance of asm macros
Hi llvm users & developers! Attached patches: 1) rewrite previous patch, now for darwin platform applied old mechanism 2) patch added processing .rept directive 3) patch added processing .irp directive 4) patch added processing .irpc directive -------------- next part -------------- An HTML attachment was scrubbed... URL:
2004 Aug 06
0
artefacts in Speex decoded signal
Dear all, I encoded and decoded some files using speex codec and I find out with than when using the original raw file and coding it in NB with different bit rate, complexity or with/without enhancement some kind of slight artefact (a strange low level sound appears) is created at t=1.12 s. This is just before an attack which is present in the signal. I did not try to solve the problems but if
2004 Dec 29
1
Strange speex behaviour
Hi, After trying to use the prebuilt Windows 1.1.6 binaries I've founded that the DLL version doesn't export the mode variables properly, this could probably easily be fixed. Anyways, as for now I've downloaded the 1.1.6 source and built it myself and I'm linking speex statically to my application. I've written an experimental software which just packs 20 ms frames and sends
2002 Feb 15
0
smbd 2.2.2 code changes
Hi folks, want to share chgs made to the 2.2.2 smbd code to: 1. fix a silent ACL setting failure (posix_acls.c.diff) 2. enh the SID to user mapping when setting ACL's (passdb.c.diff) The former just looks to be a misplaced return code check of unpack_canon_ace() in set_nt_acl(). The later is a means of getting a SID-to-name mapping in local_sid_to_uid() when a local SID lookup fails. In
2006 May 16
1
cannot verify samba-3.0.22.tar.asc
Hello, I tried both us2.samba.org and usb3.samba.org. What am I doing wrong? BLS $gpg --version gpg (GnuPG) 1.4.3 Copyright (C) 2006 Free Software Foundation, Inc. This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. See the file COPYING for details. Home: ~/.gnupg Supported algorithms: Pubkey: RSA, RSA-E,
2004 Aug 06
2
Complexity vs BitRate
Jean-Marc and others, We are using Speex inside our Video Conferencing application and have some questions about the trade-off of complexity vs bitrate. A little background information is needed: 1. For us the actual bit-rate isn't that big a deal. Speex running at 14kbps or 8 kbps is minor compared to the video traffic running at 128, 256 or 384 kbps. 2. We care a little about