com.asdf.client
Class SoundManager

java.lang.Object
  extended by com.asdf.client.SoundManager

public class SoundManager
extends java.lang.Object

Handles playing and recording of sounds.


Method Summary
static void main(java.lang.String[] args)
           
static void playBlingBling()
          Play sound coming from placing money on fabric surface.
static void playCardsRubbing()
          Play sound coming from rubbing cards together.
static void playCustomData(byte[] data)
           
static void playHumming()
          Play humming sound
static void playTimesUp()
          Play annoying time's up sound.
static void playYourTurn()
          Say "Sir, It's your turn"
static void startRecording()
           
static byte[] stopRecording()
           
static void testi()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

startRecording

public static void startRecording()

stopRecording

public static byte[] stopRecording()

playCustomData

public static void playCustomData(byte[] data)

playTimesUp

public static void playTimesUp()
Play annoying time's up sound.


playCardsRubbing

public static void playCardsRubbing()
Play sound coming from rubbing cards together.


playHumming

public static void playHumming()
Play humming sound


playBlingBling

public static void playBlingBling()
Play sound coming from placing money on fabric surface.


playYourTurn

public static void playYourTurn()
Say "Sir, It's your turn"


testi

public static void testi()
                  throws java.lang.InterruptedException
Throws:
java.lang.InterruptedException

main

public static void main(java.lang.String[] args)
                 throws java.lang.InterruptedException
Throws:
java.lang.InterruptedException