i've been working on coding this game, and i'm trying to find a new way of casting spells with one input type.
i thought of using the button-within-a-button concept utilized in crysis(the scroll-button on the mouse), but then thought that that wouldnt be efficient enough.
so, i came up with the idea of voice command.
does anybody know which programming language would best utilize microphone input? and how would i go about doing this?
Is SICP general programming info? Or confined to LISP? I've only been programming in Java uptill now. Looking through the pages of SICP is making me lean towards op. 2
>>8
SICP is not about Scheme or Lisp, is about the concepts of programming. If you are not a troll, you'll learn a lot by reading it. Of course, it uses Scheme because it is the true programming language.
Name:
Anonymous2011-01-29 18:21
>>1 does anybody know which programming language would best utilize microphone input?
If you think the language you use matters, you're not ready to write this program.
Name:
Anonymous2011-01-29 18:31
>>10
The only input i've dealt with so far was user keystrokes, and i was merely asking if one programming language made it easier to deal with sound input than another. >>9
I'll be reading up on SICP then, only education I've had in programming was programming in highschool, self-taught myself most structures after that. Looking through the table of contents leads me to believe i am at least "aware" of 70% of the topics in SICP
>>11 i am at least "aware" of 70% of the topics in SICP
Yeah, I thought that, too. Now go and read it all, you'll thank me.
>>10 does anybody know which programming language would best utilize microphone input? If you think the language you use matters, you're not ready to write this program.
Oh, wait. WHBT, >>10-san.
>>12
* does anybody know which programming language would best utilize microphone input?
does anybody know which programming language would best utilize microphone input?
>>11 The only input i've dealt with so far was user keystrokes, and i was merely asking if one programming language made it easier to deal with sound input than another.
I'm merely answering you and telling you that if you didn't already know that, you're not ready to write this program.