I was trying to learn USB device interfacing using an open source software. I came across Robot Vision Tool Kit @ http://www.emgrobotics.com
The software seems to be one that has a very small learning curve. I was able to play a song of my choice using the IDE.
This was the command that I used to play my favourite song:
soundplay( “F:\Songs\_Muthumani Malai Spb Sus.wav” )delay( 5000 )delay(5000)delay(5000)delay(5000)delay(5000)
The IDE can open only .wav files. So I had to convert the files using an mp3 to wav format converter. All the tutorials are available as videos over You Tube.
Advertisements