Picaxe and sound…

Anyone out there has experience with Picaxe and sound…
I am building a robot with a picaxe 28x2 and want to have some sound effects.
I can use the sound command for the bleep bleeps but I want to be able to have others like purr, ‘hello’ and fart noises. Anyone got any prewritten Basic sound code that emulates different effects?
And/Or a way to convert other sound format files so I can use in the Basic Tune command.
Hope this makes sense.
Vinny

Set the freq high,

Set the freq high, experiment with for/next’s inside each other, and also mix pulses, even servo-commands out the speakers.

You can (specially when at high freq’s) make it say lotsa crazy sounds!

https://www.robotshop.com/letsmakerobots/node/129

great thanks i’ll experiment
great thanks i’ll experiment and see what i get. V