|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.frinika.audio.AudioContext
public class AudioContext
An audio context is the glue between a Frinika Voice server and the audio interfaces of the operating system. By creating an instance of audio context, you'll automatically get a voice server connected to your operating systems sound resources.
| Constructor Summary | |
|---|---|
AudioContext()
Create a audio context with a Jack voice server if it exists ot JavaSound if not |
|
AudioContext(VoiceServer server)
Create an audio context with the given VoiceServer |
|
| Method Summary | |
|---|---|
static AudioContext |
getDefaultAudioContext()
Returns the default audio context |
VoiceServer |
getVoiceServer()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AudioContext(VoiceServer server)
server -
public AudioContext()
throws java.lang.Exception
java.lang.Exception| Method Detail |
|---|
public VoiceServer getVoiceServer()
public static final AudioContext getDefaultAudioContext()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||