static PushAudioInputStream |
PushAudioInputStream.create() |
Creates a memory backed PushAudioInputStream using the default format (16 kHz, 16 bit, mono PCM).
|
static PushAudioInputStream |
PushAudioInputStream.create(AudioStreamFormat format) |
Creates a memory backed PushAudioInputStream with the specified audio format.
|
static PushAudioInputStream |
AudioInputStream.createPushStream() |
Creates a memory backed PushAudioInputStream using the default format (16 kHz, 16 bit, mono PCM).
|
static PushAudioInputStream |
AudioInputStream.createPushStream(AudioStreamFormat format) |
Creates a memory backed PushAudioInputStream with the specified audio format.
|