Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:No. (Score 1) 502

Found this online, you need Perl's Chatbot::Eliza and espeak installed:

http://www.husseinsspace.com/t...

To save Slashdotters the time to actually click the link, pasted below.


#!/usr/bin/perl

use Chatbot::Eliza;

srand( time ^ ($$ + ($$ command_interface;

my $you_say = 'hello';

while ( $you_say !~ /bye/ )
{
      $eliza_says = $mybot->transform( $you_say );
      print $mybot->name, ": $eliza_says \n";
      system ("espeak -ven+f3 \"$eliza_says\"");
      print 'You : ';
      $you_say = ;
}

exit;

Comment Re:because it fucking is (Score 1) 210

before the release of the PS4 you could see good condition CECHE01's selling for $100+ over the price of the regular models.

They do? Didn't know that. (I have one)

My understanding is that the main difference was in the chip that supported the older hardware, so why not just make it an option which could be easily added? A little socket for the chip and a dip-switch or jumper would probably do.

Like the N64 RAM upgrade? That might work, and is an interesting idea. Though I'm not sure that would be feasible to install for some users. And you know how people are about how "addons always fail".

Comment That and DACs aren't the issue anyhow (Score 2) 502

It is easy to make good DACs these days. Basically any DAC, barring a messed up implementation, is likely to sound sonically transparent to any other in a normal system. When you look at the other limiting factors (amp, noise in the room, speaker response, room reflections, etc) you find that their noise and distortion are just way below audibility. Ya, maybe if you have a really nice setup with a quiet treated room, good amps, and have it set for reference (105dB peak) levels you start to need something better than normal, but that isn't very common. Even then you usually don't have to go that high up the chain to get something where again the DAC is way better than other components.

Now that said, there can be a reason to get a soundcard given certain uses. For example you don't always want to go to an external unit, maybe you use headphones. In that case, having a good headphone amp matters and onboard sound is often remiss in that respect (then again, so are some soundcards). Also even if you do use an external setup, you might wish to have the soundcard do processing of some kind. Not so useful these days, but some games like to have hardware accelerated OpenAL.

Regardless, not a big deal in most cases. Certainly not the first thing to spend money on. If you have $50 speakers, don't go and buy a $100 soundcard. If you have a $5000 setup, ok maybe a soundcard could be useful, but only in certain circumstances.

As a side note, the noise in a PC isn't a big issue. Properly grounding/shielding the card deals with it. A simple example is the professional LynxTWO, which is all internal yet has top notch specs, even by today's standards. http://audio.rightmark.org/tes...

Slashdot Top Deals

"A car is just a big purse on wheels." -- Johanna Reynolds

Working...