@ultraphoennix Nope, I'm not really interested in that. Voice recognition software and AI that would respond like a real person are extremely hard to write. There are some much simplier apps that tries to compare input sound with existing database of sounds, match them and provide some prerecorded answer, but those solutions are very unsatisfactory.
@thekill761 In school I have learned basics of Pascal, but I thought this language is rubbish, so I started to learn C++ on my own. But nowadays I don't use C++ too much (mostly to program ARM based embedded systems), for desktop projects I use C#.
@dmcemmet Yes... I've heard that Pascal is c***. You ever heard of C? I am learning C, but it doesn't help much anymore.. C is made to write short programs. But what compiler do you use to program C++?
@thekill761 C++ is in fact something like an extension for C that adds some objectivity to it. You can compile C program in C++ compiler. And C isn't really meant for short programs. Almost entire Linux kernel is written in C and that's a HUUUUUGE project.
About C++ compilers: it depends on purpose. For embedded systems I use GCC, for desktop applications MSVC.
If you struggle with C/C++ try higher level programming language like Java. I know that pointers can really be pain in the neck.
@dmcemmet Java is a pain. I know that Pointers are advanced, but Java "Hello World" is even harder than C "Pointer"... Sry, try to understand me, i'm not really good at English.
@thekill761 And the code itself is much easier to read. For example simple write to console function:
C: puts(char*);
C++: cout<<string;
C#: Console.Write(string);
Java: System.out.println(string);
Of course you have to (assuming you are using simple text editor or IDE without code completion feature) write more character in Java and C#, but you can see what this function does without knowing the language at all.
@dmcemmet No need to tell me really... I cannot understand it anyways :D.. But i am using the Code::Blocks compiler. Can you publish the video tutorial to this?
@thekill761 Good choice of IDE! Simple yet effective. I used it for some time, but I needed integrated debugger and code autocompletion so I moved on to Visual Studio.
I don't have time for making tutorial for this (especially since I didn't use any of the libraries that are neccessary for this program). I can send you a source code for this if you PM me your e-mail.
@dmcemmet Sad that you don't have time to do the tutorial, but some ideas for the Voicebox v5: Some funny functions (speed up song function etc.), and some primary functions (a song can be played from internet). I don't want to say it bad, but i don't like the v4. V3 is the best in my opinion.
@dmcemmet Could you get me the tutorial for beginner of C? I've searched alot, but i will never find any tutorial that is suitable for my level in Programming Language C.
@thekill761 Every good tutorial fo C I know is in my native language, so I doubt they would be usefull to you. The only thing i can think of is Bruce Eckel's "Thinking in C++". This book teaches both C and C++ (in horribly boring but efficient way IMHO).
@dmcemmet I know that books are good to train, but i am not living in USA or US. I am living in Estonia (many people aren't even heard of this town). But how about a computer tutorial (sites, etc.)?
In Java you have to understand just one thing: objects. Eveything is an object. And everything in Java's class library is very well organised. Of course there is much more to write just to created a basic code structure, but beyond that there is much less work to do writing main portion of program. You don't have to know exactly how function is called, you just have to know where to look for it (in which class).
You can start playing tag on the? I need music.mp3 and yes it plays itself. Please make a new version with this improvement. Perhaps it would be futile to add full-screen. Thank you
Můžete začít hrát na parametr? Myslím že spustím např music.mp3 a soubor hraje sám bez nového spuštění programu. Prosím vybavte novou verzi tímto vylepšení, budu moc vděčný. Možná by jste mohl skusit FULLSCREEN funkci. Děkuju
Most of yours features will be easy to implement, but I can't do anything about controlling already running program via command line. It would be like running program with selected song to autoplay.
I will check tommorow if I can manage this code to compile on Visual Studio (I don't use MinGW based compilers anymore), if it will work i will code this features for you. :)
mine isnt working ,i did this all and its just not working it seas the first thing butt then nothing happens ,i mean i cant do anything after the first sound , SOMEONE PLEASE HELP ME
@hartnsoul84 I don't think so. This is Windows app and it requires Windows to run. Theoretically you can install (on cracked PSP) app called Dosbox and on it you can install Windows 95 or 98. It can be run from there, but i don't know if perfomance will be satisfying (maybe it won't run at all because of lack of DirectX support). But i think it's really waste of time.
@hartnsoul84 You can set a boot screen that looks exactly like this: watch?v=9eSr59rji4I&feature=related [add youtube.com at the beginning](this was created by shinerunner01, ask him for details)
@alvelaev If u will implement whole Windows API in GTA:SA as a mod you could use it ;) So the answer is no. U should ask authors of the GTA:SA KR mod to do something similiar.
could you please send me the sprites for this? since i an trying to make a e-speaking avatar about KITT, so that i can speak to my computer and i see the avatar of KITT speaking back to me. (after that, ill need KITT's voice, but first visual)
you'd be of great assistance, and ill send you a copy ofcourse.
I wanna it too ;) In fact it's possible, but it would react only to sound, it won't recognize what are you saying. Maybe someday in a distant future there will be good speech recognition system with good API, advanced AI and speech synthesizer with KITT-like voice. Just maybe.
I love this program. Thank You VERY Much!! after loads of web surfing i have a good KITT. I have downloaded other KITT MP3 voices. How can i create a shortcut key to each mp3 KITT's voice file just like you have? your advice would be very appriciated. Thanks form a masive Knight Rider Fan!!
p.s. (Not got any experience of c++ if need or got the prog)
There is a link to windows ver. in film description. About Linux ver. - gfx engine will work on Linux (Allegro game library), but i don't know how to rewrite sfx part to work in Linux (at this time it's using winmm library, so it won't work native on Linux, but propably win ver will run on wine or cedega). Oh, and i have wrote it in c++.
i have Karr v3 with the KARRCB.EXE, how do you want me to sent it to you? I dont see a link to PM you
lordshafer 1 month ago
@lordshafer never mind I found it and sent u a message with a rapidshare link
lordshafer 1 month ago
the f11 and others do not work, could it be a different one????
RodrigoMJ32 1 month ago
how can i make talk like how can i talk to him?
ultraphoennix 8 months ago
@ultraphoennix You can't talk to him. It's just a dump mp3 player that looks like KITT dashboard
dmcemmet 8 months ago
@dmcemmet Well do you know any kind of software like that?
ultraphoennix 8 months ago
@ultraphoennix Nope, I'm not really interested in that. Voice recognition software and AI that would respond like a real person are extremely hard to write. There are some much simplier apps that tries to compare input sound with existing database of sounds, match them and provide some prerecorded answer, but those solutions are very unsatisfactory.
dmcemmet 8 months ago
@dmcemmet Did you programmed it by yourself?
thekill761 3 months ago in playlist Rohkem videoid kasutajalt dmcemmet
@thekill761 yes
dmcemmet 3 months ago
@dmcemmet Programming language you used?
thekill761 3 months ago
@thekill761 C++
dmcemmet 3 months ago
@dmcemmet Oh fucking shitty crap... I can never learn this fucking C++, because it is fucking stupidly hard.
thekill761 3 months ago
@thekill761 It's easier than it looks. At least easier than x86 assembler
dmcemmet 3 months ago
@dmcemmet Okay....
thekill761 3 months ago
@dmcemmet But what language you programmed firstly? C++?
thekill761 3 months ago
@thekill761 In school I have learned basics of Pascal, but I thought this language is rubbish, so I started to learn C++ on my own. But nowadays I don't use C++ too much (mostly to program ARM based embedded systems), for desktop projects I use C#.
dmcemmet 3 months ago
@dmcemmet Yes... I've heard that Pascal is c***. You ever heard of C? I am learning C, but it doesn't help much anymore.. C is made to write short programs. But what compiler do you use to program C++?
thekill761 3 months ago
@thekill761 C++ is in fact something like an extension for C that adds some objectivity to it. You can compile C program in C++ compiler. And C isn't really meant for short programs. Almost entire Linux kernel is written in C and that's a HUUUUUGE project.
About C++ compilers: it depends on purpose. For embedded systems I use GCC, for desktop applications MSVC.
If you struggle with C/C++ try higher level programming language like Java. I know that pointers can really be pain in the neck.
dmcemmet 3 months ago
@dmcemmet Java is a pain. I know that Pointers are advanced, but Java "Hello World" is even harder than C "Pointer"... Sry, try to understand me, i'm not really good at English.
thekill761 3 months ago in playlist Rohkem videoid kasutajalt dmcemmet
@thekill761 And the code itself is much easier to read. For example simple write to console function:
C: puts(char*);
C++: cout<<string;
C#: Console.Write(string);
Java: System.out.println(string);
Of course you have to (assuming you are using simple text editor or IDE without code completion feature) write more character in Java and C#, but you can see what this function does without knowing the language at all.
dmcemmet 3 months ago
@dmcemmet No need to tell me really... I cannot understand it anyways :D.. But i am using the Code::Blocks compiler. Can you publish the video tutorial to this?
thekill761 3 months ago
@thekill761 Good choice of IDE! Simple yet effective. I used it for some time, but I needed integrated debugger and code autocompletion so I moved on to Visual Studio.
I don't have time for making tutorial for this (especially since I didn't use any of the libraries that are neccessary for this program). I can send you a source code for this if you PM me your e-mail.
dmcemmet 1 s temu
dmcemmet 3 months ago
@dmcemmet Sad that you don't have time to do the tutorial, but some ideas for the Voicebox v5: Some funny functions (speed up song function etc.), and some primary functions (a song can be played from internet). I don't want to say it bad, but i don't like the v4. V3 is the best in my opinion.
thekill761 3 months ago
@thekill761 v4 was born by accident ;) I was learning ActionScript 3 and I thought redoing KITT would be fun
dmcemmet 3 months ago
@dmcemmet Okay.. But are you planning to make v5 sometimes?
thekill761 3 months ago
@thekill761 Maybe. Who knows. It would be rather spontaneous
dmcemmet 3 months ago
@dmcemmet Could you get me the tutorial for beginner of C? I've searched alot, but i will never find any tutorial that is suitable for my level in Programming Language C.
thekill761 3 months ago
@thekill761 Every good tutorial fo C I know is in my native language, so I doubt they would be usefull to you. The only thing i can think of is Bruce Eckel's "Thinking in C++". This book teaches both C and C++ (in horribly boring but efficient way IMHO).
dmcemmet 3 months ago
@dmcemmet I know that books are good to train, but i am not living in USA or US. I am living in Estonia (many people aren't even heard of this town). But how about a computer tutorial (sites, etc.)?
thekill761 2 months ago
@dmcemmet And how can i add you as friend in YouTube? I want to PM you my email so you can send me the source code for VoiceBox v3.
thekill761 2 months ago
@thekill761 There should be a "send message" link in info section of my YT channel (you may have to click "featured" tab just under header)
dmcemmet 2 months ago
@dmcemmet Message sent.
thekill761 2 months ago
@thekill761 I'm not very good at English either;p
In Java you have to understand just one thing: objects. Eveything is an object. And everything in Java's class library is very well organised. Of course there is much more to write just to created a basic code structure, but beyond that there is much less work to do writing main portion of program. You don't have to know exactly how function is called, you just have to know where to look for it (in which class).
dmcemmet 3 months ago
Děkuju pošlete mi potom email na martinlicehamr@seznam.cz ?
cdery222 10 months ago
@cdery222 OK
dmcemmet 10 months ago
PS : Do této veze ;)
cdery222 10 months ago
You can start playing tag on the? I need music.mp3 and yes it plays itself. Please make a new version with this improvement. Perhaps it would be futile to add full-screen. Thank you
Excuse my bad English, I am Czech.
cdery222 10 months ago
@cdery222 Sorry, i can't understand you. I'm from Poland, so maybe i will understand you if you write in Czech :)
dmcemmet 10 months ago
Můžete začít hrát na parametr? Myslím že spustím např music.mp3 a soubor hraje sám bez nového spuštění programu. Prosím vybavte novou verzi tímto vylepšení, budu moc vděčný. Možná by jste mohl skusit FULLSCREEN funkci. Děkuju
cdery222 10 months ago
@cdery222 Now I understood you :)
Most of yours features will be easy to implement, but I can't do anything about controlling already running program via command line. It would be like running program with selected song to autoplay.
I will check tommorow if I can manage this code to compile on Visual Studio (I don't use MinGW based compilers anymore), if it will work i will code this features for you. :)
dmcemmet 10 months ago
GREAT !!
SSJSonGohanSSJ 10 months ago
Comment removed
Mrhksdrift 1 year ago
Can I add my own sounds
Mrhksdrift 1 year ago
mine isnt working ,i did this all and its just not working it seas the first thing butt then nothing happens ,i mean i cant do anything after the first sound , SOMEONE PLEASE HELP ME
ownerfromfinland 1 year ago
there should be a voice synthesizer with this speech style, would be fun
eldorado303 1 year ago
Megaupload has some issues lately. Sometimes files are inaccessible. Try to download it later
dmcemmet 1 year ago
@dmcemmet Can this be used for PSP??
hartnsoul84 1 year ago
@hartnsoul84 I don't think so. This is Windows app and it requires Windows to run. Theoretically you can install (on cracked PSP) app called Dosbox and on it you can install Windows 95 or 98. It can be run from there, but i don't know if perfomance will be satisfying (maybe it won't run at all because of lack of DirectX support). But i think it's really waste of time.
dmcemmet 1 year ago
@hartnsoul84 You can set a boot screen that looks exactly like this: watch?v=9eSr59rji4I&feature=related [add youtube.com at the beginning](this was created by shinerunner01, ask him for details)
dmcemmet 1 year ago
download link is down :(
4StarDragon2 1 year ago
nice project, I tried to implement a voice recognition software but there are problems with the macro..
Is there a way to start the audio files without going through the black window?
(I mean the file selection dialog)
For example: c: \ kittcb.exe -p filename.mp3
Also if you use a bitmap instead of a black background would be more customizable as you did with the other buttons :)
Saber082 1 year ago
Comment removed
Saber082 1 year ago
Comment removed
Saber082 1 year ago
Comment removed
Saber082 1 year ago
Comment removed
Saber082 1 year ago
can i use it this in a game gta san andreas knight rider mod?
alvelaev 1 year ago
@alvelaev If u will implement whole Windows API in GTA:SA as a mod you could use it ;) So the answer is no. U should ask authors of the GTA:SA KR mod to do something similiar.
dmcemmet 1 year ago
thank you for making this. this is great!
XMilleniumProd 1 year ago
can it play any music?
shawnhbkdx90 1 year ago
@shawnhbkdx90 as you can see yes, it can
dmcemmet 1 year ago
ok...ive got it ...but how do i install it?
discoveryman 1 year ago
@discoveryman Just find and run KITTCB.exe file in KITT or KARR folders
dmcemmet 1 year ago
@dmcemmet i figured it out a bit later...
what happened was i had a bad download...a few parts were missing but after the second download it was all there.
thanks though.
discoveryman 1 year ago
why is my virus protection telling me this is a dangerous program?
Knight2OOO 1 year ago
@Knight2OOO Which antivirus? Many antivirs overeacts on some apps. If you trust me you can run it safely, if you don't delete it.
dmcemmet 1 year ago
Download link isnt working right.. It Freezes halfway through download... Tried several times =(
LandShark151 1 year ago
@LandShark151 maybe megaupload had some technical problem. It works fine for me.
dmcemmet 1 year ago
@LandShark151 yeah it cleared up downloaded now how do you make it play music and sounds?
LandShark151 1 year ago
@LandShark151
F11 - open file
I - KITT introduce
F12 - play KR theme
O/P - start/stop scanner noise
ESC - quit
dmcemmet 1 year ago
It does not open the media files when I press the F11 button.
fastrider2006 1 year ago
@fastrider2006 Sorry it works... GREAT WORK
fastrider2006 1 year ago
This has been flagged as spam show
this is a very nice simulation!
could you please send me the sprites for this? since i an trying to make a e-speaking avatar about KITT, so that i can speak to my computer and i see the avatar of KITT speaking back to me. (after that, ill need KITT's voice, but first visual)
you'd be of great assistance, and ill send you a copy ofcourse.
my e-mail is sandah_claws@hotmail.com
thank you for your time.
clawcarboy18 1 year ago
this is mad cool man im subscribing sub to me!!!! I love Karr and KITT
The2Coolest2 1 year ago
hey can i get the lnk for the downlaod of this thanks
BLACKTHORNTK1 1 year ago
Comment removed
BLACKTHORNTK1 1 year ago
hey can i get the link to this download too thanks
BLACKTHORNTK1 1 year ago
@BLACKTHORNTK1 Just read clip description
dmcemmet 1 year ago
i wanna a a kitt program who talks to me. i ask something with microphone and kitt answer
dbzwoot 2 years ago
I wanna it too ;) In fact it's possible, but it would react only to sound, it won't recognize what are you saying. Maybe someday in a distant future there will be good speech recognition system with good API, advanced AI and speech synthesizer with KITT-like voice. Just maybe.
dmcemmet 2 years ago
u can get them for cars
cprich22 2 years ago
@dmcemmet actually, this is very possible, microstoft and dragon software both have quite good voice recognision software and SAPI's
e-speaking is a cheap voice recognition software wich (after some practice) works quite well!
clawcarboy18 1 year ago
cool program
6250valtra 2 years ago
you should make one that is voice activated.
DE4715 2 years ago
very good! I have one thing to say:Make a better one.
mattkaythetimelord 2 years ago
Comment removed
handsomehomebody 2 years ago
thank you thats prog is really cool ;) 5*
SSJSonGohanSSJ 2 years ago
I'm glad to hear that :)
dmcemmet 2 years ago
i really like the program if you hafe made this tham you are really good sorry for the bad inglish i hafe the program to
Jessehond 2 years ago
what is name of the song
lillecool93 2 years ago
Genesis - Jesus he knows me
dmcemmet 2 years ago
I have a karr, is it possible that you will do a full function karr vox?
showtimeman5673 2 years ago
What do you mean "full fuction"? I have transformed KITT vbox into KARR vbox and packaged it with KITT in single archive (link in the description).
dmcemmet 2 years ago
Can this program run on a macbook cuz that's what i've got?
racguy1183 2 years ago
Nope, this won't run on OSX. I don't have Mac, so I can't make this app working on OSX.
dmcemmet 2 years ago
I have wrote it in C++.
dmcemmet 2 years ago
I love this program. Thank You VERY Much!! after loads of web surfing i have a good KITT. I have downloaded other KITT MP3 voices. How can i create a shortcut key to each mp3 KITT's voice file just like you have? your advice would be very appriciated. Thanks form a masive Knight Rider Fan!!
p.s. (Not got any experience of c++ if need or got the prog)
thesteely1 2 years ago
You cannot make any additional key bindings yet. Someday I will make such feature.
I'm glad to hear that you like my program :)
dmcemmet 2 years ago
i can only get the theme song 2 play and others if i rename the file i want it to play can u help me get it 2 play other music mp3s?
coolnerd92 2 years ago
F11- open any MP3 file you have on hard drive.
dmcemmet 2 years ago
i can only get this thing to say the first thing nothing else
nikvo011 2 years ago
F11 - open mp3 file
I - KITT introduce
F12 - play KR theme
O/P - start/stop scanner noise
ESC - quit
dmcemmet 2 years ago
with F11 does it do it in the kitt voice style or the song style?
nikvo011 2 years ago
F11 will open any mp3 file you select in open file window
dmcemmet 2 years ago
didnt work for me i use vista X64 ultimate all it did was go to vista basic look the window is black
taltigolt 2 years ago
If you want it to run on Windows Vista, be sure to run in Admin mode (just a simply advice if someones wonderin if it's not working) :)
NecroPhil85 3 years ago
or we can do this
Right click > propeties > compatibality
then check the check box named
run this program in compatibality mode
adliikhwan280 2 years ago
Hey!
What a great program. In what language is ti made? Does it run on Linux?
Do you have published it?
Congratulations, no matter your answer is!
Cheers
eddituss 3 years ago
There is a link to windows ver. in film description. About Linux ver. - gfx engine will work on Linux (Allegro game library), but i don't know how to rewrite sfx part to work in Linux (at this time it's using winmm library, so it won't work native on Linux, but propably win ver will run on wine or cedega). Oh, and i have wrote it in c++.
dmcemmet 3 years ago
it b so cool if u made kitt talk on Trackmania Nations Forever if u can plz help me do so and ect
coolnerd92 2 years ago
programm ???
djchiccomix 3 years ago
do you uploaded the programm somewhere??
i love it!!! ^^
darkExodius 3 years ago
oh wow, that's awesome :D
darkExodius 3 years ago
Thanks :)
dmcemmet 3 years ago
send my the program please
mellee53 3 years ago