Classes | Namespaces | Functions
libsoundplay.py File Reference

Go to the source code of this file.

Classes

class  sound_play.libsoundplay.Sound
 Class that publishes messages to the sound_play node. More...
 
class  sound_play.libsoundplay.SoundClient
 This class is a helper class for communicating with the sound_play node via the sound_play.SoundRequest message. More...
 

Namespaces

 sound_play.libsoundplay
 

Functions

def sound_play.libsoundplay.builtinSound (self, id, volume=1.0)
 Create a builtin Sound. More...
 
def sound_play.libsoundplay.play (self, kwargs)
 Play the Sound. More...
 
def sound_play.libsoundplay.play (self, sound, volume=1.0, kwargs)
 Play a buildin sound. More...
 
def sound_play.libsoundplay.playWave (self, sound, volume=1.0, kwargs)
 Plays a WAV or OGG file. More...
 
def sound_play.libsoundplay.playWaveFromPkg (self, package, sound, volume=1.0, kwargs)
 Plays a WAV or OGG file. More...
 
def sound_play.libsoundplay.repeat (self, kwargs)
 Play the Sound repeatedly. More...
 
def sound_play.libsoundplay.repeat (self, text, volume=1.0, kwargs)
 Say a string repeatedly. More...
 
def sound_play.libsoundplay.say (self, text, voice='', volume=1.0, kwargs)
 Say a string. More...
 
def sound_play.libsoundplay.sendMsg (self, snd, cmd, s, arg2="", vol=1.0, kwargs)
 
def sound_play.libsoundplay.start (self, sound, volume=1.0, kwargs)
 Play a buildin sound repeatedly. More...
 
def sound_play.libsoundplay.startWave (self, sound, volume=1.0, kwargs)
 Plays a WAV or OGG file repeatedly. More...
 
def sound_play.libsoundplay.startWaveFromPkg (self, package, sound, volume=1.0, kwargs)
 Plays a WAV or OGG file repeatedly. More...
 
def sound_play.libsoundplay.stop (self)
 Stop Sound playback. More...
 
def sound_play.libsoundplay.stop (self, sound)
 Stop playing a built-in sound. More...
 
def sound_play.libsoundplay.stopAll (self)
 Stop all currently playing sounds. More...
 
def sound_play.libsoundplay.stopSaying (self, text)
 Stop saying a string. More...
 
def sound_play.libsoundplay.stopWave (self, sound)
 Stop playing a WAV or OGG file. More...
 
def sound_play.libsoundplay.stopWaveFromPkg (self, sound, package)
 Stop playing a WAV or OGG file. More...
 
def sound_play.libsoundplay.voiceSound (self, s, volume=1.0)
 Create a voice Sound. More...
 
def sound_play.libsoundplay.waveSound (self, sound, volume=1.0)
 Create a wave Sound. More...
 


sound_play
Author(s): Blaise Gassend
autogenerated on Tue Mar 26 2019 02:30:56