similar to: Re: Poor sound quality on anything other than "emulation&qu

Displaying 20 results from an estimated 2000 matches similar to: "Re: Poor sound quality on anything other than "emulation&qu"

2008 Jul 10
1
Poor sound quality on anything other than "emulation"
I want to make sure this isn't something that only I'm getting. When the audio acceleration is set to anything other than "emulation" for me, the sound quality is poor (it sounds like a low bit-rate mp3, or sort of like mid-90's quality game sound). I have had this problem for as long as I can remember; it was present in Fedora Core before I switched to Gentoo a while ago.
2013 Sep 05
0
[LLVMdev] Fix crash in llvm_gcda_emit_arcs()
Hi Nick and Bill, Attached is a new version of the patch that checks against cur_buffer_size. This works with the cases I've been using but again I haven't run the official tests on this change. Thanks, Joseph Kain On Thu, Sep 5, 2013 at 9:46 AM, Joseph Kain <joekain at gmail.com> wrote: > Hi Nick, > > Thanks for looking over my patch. I'd be happy to add the
2008 Apr 26
1
Games don't work on Ati radeon 3650
Hi everyone I have a problem with running 3d games on wine. Compiz and Linux native games work. When I run game the screen goes black and i hear sound from game intro. Then it crashes. [Crying or Very sad] I'm running Ubuntu 8.04 Hardy AMD64 Log from console : Code: net at net-desktop:/media/GameArea/MyData/Games/PainKiller/Bin$ wine Painkiller.exe preloader: Warning: failed to reserve
2008 Jul 10
2
[PATCH] tripplite driver updates
The tripplite driver was developed on a machine with a reliable serial connection, and inherited the assumption that the serial line connection would not drop, reorder, or fail character read and writes. This patch adds significantly improved failure mode handling and also does basic checks of data validity. There's also a few minor cleanups/beautification. I've tested this code on my
2013 Sep 05
2
[LLVMdev] Fix crash in llvm_gcda_emit_arcs()
Hi Nick, Thanks for looking over my patch. I'd be happy to add the compare against cur_buffer_size. I'll try to write up such a change today and then send a new patch to the list. Joseph Kain On Thu, Sep 5, 2013 at 1:37 AM, Nick Lewycky <nicholas at mxc.ca> wrote: > Bill, could you take a look at this? I don't have a checkout of > compiler-rt that builds. > >
2009 Apr 06
0
mtext problem - grainy and massive file size
Hi Team, I'm on a mac, 0SX 10.5.6, R 2.7.2. I consistently make pairs plots and use mtext() to put labels on top of the plot in the outer margin. All of a sudden, this text has become really grainy in the final product and is making huge files. I have no idea why this has just started happening. The only thing I've done lately is install the new version of GIMP and run the script to
2013 Sep 05
0
[LLVMdev] Fix crash in llvm_gcda_emit_arcs()
Bill, could you take a look at this? I don't have a checkout of compiler-rt that builds. It seems obviously-correct to me, but I wish it did a compare against cur_buffer_size to make sure it's in range. Nick Joseph Kain wrote: > Hi, > > I've been seeing a crash in llvm_gcda_emit_arcs() on x86_64. The crash > occurs executing a movdqa instruction with an unaligned src
2009 Jul 12
2
Painkiller character stops when holding "Move" keys
So, I'm playing Painkiller for the first time on WINE. I start the first level and begin to walk forward. However, I notice that if I hold the key longer than a second, the character will stop moving in that direction. How do I fix that?
2018 Jan 15
2
Avoiding uid conflicts between rfc2307 user/groups and computers
> -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens > Marco Gaiarin via samba > Verzonden: maandag 15 januari 2018 13:03 > Aan: samba at lists.samba.org > Onderwerp: Re: [Samba] Avoiding uid conflicts between rfc2307 > user/groups and computers > > Mandi! Rowland Penny via samba > In chel di` si favelave... > >
2011 Nov 19
2
[LLVMdev] Insert a function call in the code
Hello, everyone I am new to LLVM, now I got a problem I want to add a function call before sleep(int a, int b) code below #include <stdio.h> int sleep(int a, int b) { return a+b; } int main(int argc, char **argv) { sleep(1,2); } after use opt -load ../llvm-2.8/Release+Asserts/lib/bishe_insert.so -bishe_insert <1.bc> 2.bc I want get the code #include <stdio.h>
2008 Nov 29
6
Apps slow down after several minutes
A problem I have with most applications I've tried is after several minutes, they will slow down to a crawl, becoming unusable. The program I'm mainly interested in is Painkiller (http://www.gamespot.com/pc/action/painkiller/index.html). It runs beautifully at first, and I can usually get through a level, but after that, it slows down or even stops. Is this an issue in Wine or could this
2015 Dec 30
2
Default R Font Changed After Upgrade to Debian 8
Good day, I have been unable to solve this issue. Do you get grainy fonts when running the test case plot(1:10, main = "abcedfghijklmnopqrstuvwxyz", cex.main = 4, cex.lab = 4, cex.axis = 4) What version of libcairo is on your system ? -------------------------------------- Dario Strbenac PhD Student University of Sydney Camperdown NSW 2050 Australia
2018 Jan 15
0
Avoiding uid conflicts between rfc2307 user/groups and computers
Mandi! L.P.H. van Belle via samba In chel di` si favelave... > > It is not the SYSTEM user (that is a local user to the workstation, so > > clearly does not exist on the domain). > Yes it does. Look at "Builtin\system" which is also "NT Authority\System. Ahem, clearly every machine (workstation, server; i suppose also the domain) have a SYSTEM account, but they
2001 Sep 05
2
vorbis.arkena.com Ogg stream testing
Thanks for letting us try this. On my 1.5M DSL line in Pasadena CA USA, I get the 128k stream real good, output to Alesis M1 Active monitors. The fidelity is fine, as far as what I think the content probably sounds like. The 64K stream comes in fine as to throughput but sounds quite grainy, smeared and flangy high freqs. Well, you asked for reports. Keep up the good work. --- >8 ----
2013 Aug 30
2
[LLVMdev] Fix crash in llvm_gcda_emit_arcs()
Hi, I've been seeing a crash in llvm_gcda_emit_arcs() on x86_64. The crash occurs executing a movdqa instruction with an unaligned src address. The attached patch to the compiler-rt project fixes the problem by using memcpy() to read data from the write_buffer[] in GCDAProfiling.c. This is my first patch submission to llvm so please let me know if I've missed any steps. I'm not on
2009 Nov 03
1
png2theora example
Hey everyone; I've been pulling my hair out trying to figure out what I'm doing wrong with the png2theora example found in the libtheora-1.1.1. When ever I encode a set of .PNGs, everything seems to go well, but I'm getting inconsistent results when viewing in various players. Firefox, with it's built in .OGV player, plays the video just fine. VLC plays the .OGV, but for some
2008 May 22
4
Binning groups
Hi, this is probably quite simple but I can't seem to do it correctly. I have a data frame of counts of infections in different ages; something like: count=c(1, 1, 1, 2, 2, 2, 3, 3, 3, 3, 4, 4, 4, 4, 4, 7, 8, 8, 9, 9, 10, 11, 15, 17, 17, 17, 17, 19, 19, 19, 19, 20, 20, 20, 21, 21, 21, 22, 22, 22, 22, 23, 23, 23, 23, 23, 24, 24, 25, 27, 31, 33 ) age=c(3, 8, 9, 7, 56, 58, 10, 13, 53, 55, 11,
2018 Jan 15
0
Avoiding uid conflicts between rfc2307 user/groups and computers
Hello, I understand the OP, I was asking some time ago similar question, but it was in relation to samba domain member. I couldn't get backend: ad to work for machine accounts, so i switched to idmap: rid and it solved everything. I tried manually adding UID and GID to Domain Computer group and to machine accounts, but it didn't seem to work properly, so I gave up especially that RID
2002 Jul 25
0
ANNOUNCEMENT: New release on Vorbis
UK: 24th July 2002 10pTV today unveiled the soundtrack to the upcoming animation short, "Shit Happens", which is slated for release in August. A bizarre tale of Geeks, Girls and Guns, "Shit Happens" features comic artwork by the reclusive Nigel Lowry, artist for the cult classic "The Jock" and a super slick soundtrack written by ex Bennett front man Jason Applin.
2010 Dec 22
1
Poor quality plotting symbols in Windows metafile
Hello, when I try to use the filled circle (pch = 16) in a Windows metafile, it appears highly pixelated rather than as a smooth vector. The other filled circles (pch = 19 and 20) are vector circles, filled with pixels. Results are the same whether I use windows() and save or copy as a metafile, or win.metafile() Also, some of the other symbols are misshapen, e.g. the diamond pch = 23 is not