Package com.sun.speech.freetts.audio
package com.sun.speech.freetts.audio
Provides support for generic audio output for FreeTTS. This package provides a
generic interface for audio output (
AudioPlayer
) as well
as several implementations of this interface.
-
ClassDescriptionProvides an interface to the audio system for use by freetts.Provides an implementation of
AudioPlayer
that creates javax.sound.sampled audio clips and outputs them via the javax.sound API.Streams audio to java audio.Streams audio to multiple files as 8-bit samples, one per utterance.Streams audio to multiple files, one per utterance.Provides an implementation ofAudioPlayer
that sends all audio data to the bit bucket.Provides an implementation ofAudioPlayer
that sends all audio data to the given file.Streams audio to a file.