Package ipsk.audio.io.push
Interface FloatAudioOutputStream
-
- All Superinterfaces:
java.lang.AutoCloseable
,java.io.Closeable
,java.io.Flushable
,InterleavedFloatOutputStream
- All Known Subinterfaces:
VoiceActivityDetector
- All Known Implementing Classes:
LevelMeasureFloatAudioOutputStream
,VoicedSpeechDetector
public interface FloatAudioOutputStream extends InterleavedFloatOutputStream
- Author:
- klausj
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setAudioFormat(javax.sound.sampled.AudioFormat audioFormat)
-
Methods inherited from interface ipsk.io.InterleavedFloatOutputStream
setChannels, write
-
-