StreamCepstrumSource cepstrumSource =
(StreamCepstrumSource) dataSource;
cepstrumSource.setInputStream(is, isBigEndian);
// TODO: christophe: should use an interface there !!
} else if (dataSource instanceof StreamHTKCepstrum) {
StreamHTKCepstrum cepstrumSource =
(StreamHTKCepstrum) dataSource;
cepstrumSource.setInputStream(is);
}
}
}