audio Module
»Functionality to work with the audio device
–play()
–stop()
–record()
–close()
–state()
»Note: Not that easy in the Bluetooth Console, so try it out with a script!
Example:
import audio
song=audio.Sound.open(u'c:\\test.wav')
song.play()
