Uses of Class
ca.corbett.extras.audio.PlaybackThread
Packages that use PlaybackThread
Package
Description
Contains utility classes related to audio handling (playback and recording).
-
Uses of PlaybackThread in ca.corbett.extras.audio
Methods in ca.corbett.extras.audio that return PlaybackThreadModifier and TypeMethodDescriptionstatic PlaybackThreadAudioUtil.play(int[][] audioData, long offset, long limit, PlaybackListener listener) Loads and plays the given audio data, starting from the given offset and ending at the given limit (all times in milliseconds).static PlaybackThreadAudioUtil.play(int[][] audioData, PlaybackListener listener) Loads and plays the given audio data.static PlaybackThreadAudioUtil.play(BufferedInputStream inStream, long offset, long limit, PlaybackListener listener) Loads and plays the given audio stream, starting from the given offset and ending at the given limit (all times in milliseconds).static PlaybackThreadAudioUtil.play(BufferedInputStream inStream, PlaybackListener listener) Loads and plays the given audio stream.static PlaybackThreadAudioUtil.play(File audioFile, long offset, long limit, PlaybackListener listener) Loads and plays the given audio file, starting from the given offset and ending at the given limit (all times in milliseconds).static PlaybackThreadAudioUtil.play(File audioFile, PlaybackListener listener) Loads and plays the given audio file.