Package net.oijon.algonquin.tts.trm
Class TRM
java.lang.Object
net.oijon.algonquin.tts.trm.TRM
- Author:
- N3ther Highly experimental.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringDo not use.static StringPuts a Voicebox through a 17cm tube.static StringCreates a tube (See net.oijon.algonquin.tts.trm.Tube) that is 17cm long.static StringCreates a test wave from a raw Voicebox instance (see net.oijon.algonqion.tts.trm.Voicebox).static voidCreates and plays a test sound.
-
Constructor Details
-
TRM
public TRM()
-
-
Method Details
-
makeTestSound
Creates and plays a test sound. Will be removed in the future.- Throws:
IOException- Thrown when it can't create the output file for whatever reason.
-
createTestTube
Creates a tube (See net.oijon.algonquin.tts.trm.Tube) that is 17cm long. Will be removed in the future.- Returns:
- Any debug information generated.
-
createTestWave
Creates a test wave from a raw Voicebox instance (see net.oijon.algonqion.tts.trm.Voicebox). Will be renamed in the future.- Returns:
- Any debug information generated.
- Throws:
IOException- Thrown when it can't create the output file for whatever reason.
-
createTest17cmWave
Puts a Voicebox through a 17cm tube. Currently not working as expected. Will be removed in the future.- Returns:
- Any debug information generated.
- Throws:
IOException- Thrown when it can't create the output file for whatever reason.
-
createSchwaTubeTest
Do not use. Unfinished, worse version of create17cmWave.- Returns:
- Currently blank.
-