public interface UnitConcatenator
| Modifier and Type | Method and Description |
|---|---|
AudioInputStream |
getAudio(List<SelectedUnit> units)
Build the audio stream from the units
|
AudioFormat |
getAudioFormat()
Provide the audio format which will be produced by this unit concatenator.
|
void |
load(UnitDatabase database)
Initialise the unit concatenator from the database.
|
void load(UnitDatabase database)
database - databaseAudioInputStream getAudio(List<SelectedUnit> units) throws IOException
units - the unitsIOException - IOExceptionAudioFormat getAudioFormat()
Copyright © 2000–2016 DFKI GmbH. All rights reserved.