Originally posted by: magomago
Originally posted by: Nothinman
There's not a single Windows app that I can think of that would make me want to run Windows any more., but if you're stuck running Windows apps you're probably best sticking with Windows too. Most Linux users use Linux apps and only look to Wine or Cedega as a very last restort. And IMO Linux drivers are better than their Windows counterparts in most cases.
No way. My music, as much as I hate saying it, sounds a thousand times better in Windows than in Ubuntu. Whatever the widnwos driver software for the nforce2 does, it does it well because it sounds very nice, even for 128kmp3s. On linux, don't even bother with it. Heck even if I play some High Quality music I can't turn the volume over 1/2 in the Gnome Taskbar because of the distortion I start getting (I leave my speakers on 25% Monsoon MH505s)
I always figured it was immaturity in the Linux OSS/ALSA (or that is what Drag told me long long ago when I asked this)
It's your driver for that card. The nforce2 stuff is the nvidia's sound card and they keep things closed. Nvidia is notoriously private with things like that. Very irrational behavior.
The alsa probably would work better if people wanted it to bad enough, but there are nice sound cards for cheap and there are only actually 2-3 guys that do almost all the sound driver work for Linux systems. So they have their priorities.
With the nvidia sound card your using it in a sort of compatability mode with the Intel 8xx drivers, so your going to miss out on most of the features you have in Windows. In all actuallity I'd bet most of the sound card only realy exists in Window's drivers. Like a Winmodem.
My guess with what is happenning is that the Linux driver is feeding the sound card a sound format that it doesn't handle very well. With software mixing (dmix plugin) you can take any sound and remix it to something that the sound card can eat without getting a stomach ache. I had to do this with my Ibook so that I'd get smooth DVD playback.
This should be less of a issue of late since dmix is enabled by default for newer versions of alsa's drivers. I think with 2.6.14 kernels is the cut off point.
Either that or it may be the software program your using.
For instance with Amarok I've noticed that it has considurably less sound quality in certain conditions. For isntance if it's configured to use KDE's arts media system it's pretty easy to get nasty sounding distortion. It has its own software mixing stuff and if you have the volume turned up in that then it's easy to get distortion.
And with Gnome's ESD sound deamon it's even worse. Much worse.
The simple way to find out if this is the problem is to use a simple command line player like mpg321 and go like this:
mpg321 -d alsa09 random.mp3
Sometimes that helps. Then you can reconfigure the application to use alsa directly or disable kde/gnome's sound system.. Things like that.