|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.asdf.client.SoundManager
public class SoundManager
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 |
---|
public static void startRecording()
public static byte[] stopRecording()
public static void playCustomData(byte[] data)
public static void playTimesUp()
public static void playCardsRubbing()
public static void playHumming()
public static void playBlingBling()
public static void playYourTurn()
public static void testi() throws java.lang.InterruptedException
java.lang.InterruptedException
public static void main(java.lang.String[] args) throws java.lang.InterruptedException
java.lang.InterruptedException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |