public interface ISoundEncoder
| Modifier and Type | Method and Description |
|---|---|
EncodedSound |
encode(SoundWithDef sound)
Encodes an audio file.
|
EncodedSound encode(SoundWithDef sound) throws java.io.IOException
java.io.IOException - If an I/O error occurs while writing the file.