Adding unique sounds to a robot. Advice needed.
···· How would I be able to do it without much fuss?· I know there are a number of·sampled sound chips out there.· But what if the sounds I want are not on those pre recorded sound chips?· I want my robot to·have unique animal sounds.· Playing the typical·overused sound effect isnt necessarily what I have in mind.·
The other method that I know of for adding·sound is something called a phonemes which can synthesize sounds in a roboish·voice.· But I dont want to make the robot talk.· I want it to sound like an animal.
I dont know what kind of chip I would use to store the sound.· Unless I can store it on the basic stamp?· I dont know if the stamps are capable of high quality sound effects storage (if any)(I'm still waiting for my kit).· I·read about a·synthesizer chip.· But I dont know if I need that.· I only need to save up to a dozen sound files tops.·
Any ideas?
The other method that I know of for adding·sound is something called a phonemes which can synthesize sounds in a roboish·voice.· But I dont want to make the robot talk.· I want it to sound like an animal.
I dont know what kind of chip I would use to store the sound.· Unless I can store it on the basic stamp?· I dont know if the stamps are capable of high quality sound effects storage (if any)(I'm still waiting for my kit).· I·read about a·synthesizer chip.· But I dont know if I need that.· I only need to save up to a dozen sound files tops.·
Any ideas?
Comments
So it makes an excellent simple controller for OTHER chips that are playing animal sounds.
That leaves you with sounds and noises. Some sounds are quite pure and easily created. These we generally identify as music. Noises, such as percussion insturments, are much more complex and hard to synthesize.
Might I suggest that you use the Propleller's Development board [noparse][[/noparse]with microphone] to just take samples that you can replay in an appropriate context. This is likely to be the most direct route as trying to create an program that does it all is like chasing the end of a rainbow. It likely will keep moving away from you as you try to get closer.
Just consider that a myna bird easily mimics much of what it can never comprehend. So why expect a robotic device to do much better?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"If you want more fiber, eat the package.· Not enough?· Eat the manual."········
Post Edited (Kramer) : 9/24/2006 1:03:39 PM GMT
Dave
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Dave Andreae
Tech Support
dandreae@parallax.com
Http://www.parallax.com
>>>>>>>>>>>>>>>>>Dave Andrae Wrote:· "Here are a couple codes of which one has·different themes and the other weird sounds and computer noises. "
Dave<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
I didnt need to create computer noises at the moment but thanks for the links.· They may be of use if I ever get into making other robots that need wierd sound effects.
>>>>>>>>>>>>>>>>>>>>>Kramer Wrote:· "Having studied linguistics, I strongly suggest that you stay away from phonemes until you actually need to produce something that sounds like language. The whole topic is quite complex and vast. Essentially, it is modeled from the human's anatomy and divided into vowel and consonant utterances. But there can be blends and slides. And clicks and pops.
···· That leaves you with sounds and noises. Some sounds are quite pure and easily created. These we generally identify as music. Noises, such as percussion insturments, are much more complex and hard to synthesize.
···· Might I suggest that you use the Propleller's Development board [noparse][[/noparse]with microphone] to just take samples that you can replay in an appropriate context. This is likely to be the most direct route as trying to create an program that does it all is like chasing the end of a rainbow. It likely will keep moving away from you as you try to get closer.
···· Just consider that a myna bird easily mimics much of what it can never comprehend. So why expect a robotic device to do much better?"<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
Thanks for the insight!· I will be taking a closer look at the Propeller Development Board.· As for the program that does it all..· Well I dont really need to make the sounds invinitely variable.· I only need to make a·handful of sounds.· Something like·the·varying idea·may only be really useful if its random songbirds singing in a backdrop for an indoor rainforest.· But that could easily be done with a CD recording with loop.· Well maybe AI could also make use of it.· But thats·so far beyond me that I shouldnt even think about that until I have..·like..· an army of programmers and money to burn.·
Cheers!·
Jax
Note that I am learning PIC IC's first. A decision I hope I would not regret. I am learning these first mainly for the low cost chips that I can buy. The only thing keeping me from exploring Basic Stamps are the high cost per chip. I want to make multiple robots and not go broke doing so. I am still thinking of getting one since Basic Stamp and PIC's are supposedly very similar. And Basic Stamps have alot of versatility, addons and are among the easiest to use. Also the languages (from what I read) are very similar (if not the same).